Class FontFaceRule
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Svg.ExCSS
Assembly: TelerikCommon.dll
Syntax
public class FontFaceRule : RuleSet, ISupportsDeclarations
Constructors
FontFaceRule()
Declaration
public FontFaceRule()
Properties
Declarations
FeatureSettings
Declaration
public string FeatureSettings { get; set; }
Property Value
System.String
|
FontFamily
Declaration
public string FontFamily { get; set; }
Property Value
System.String
|
FontStyle
Declaration
public string FontStyle { get; set; }
Property Value
System.String
|
FontVariant
Declaration
public string FontVariant { get; set; }
Property Value
System.String
|
FontWeight
Declaration
public string FontWeight { get; set; }
Property Value
System.String
|
Src
Declaration
public string Src { get; set; }
Property Value
System.String
|
Stretch
Declaration
public string Stretch { get; set; }
Property Value
System.String
|
UnicodeRange
Declaration
public string UnicodeRange { get; set; }
Property Value
System.String
|
Methods
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()
ToString(Boolean, Int32)
Declaration
public override string ToString(bool friendlyFormat, int indentation = 0)
Parameters
System.Boolean
friendlyFormat
|
System.Int32
indentation
|
Returns
System.String
|