Class EFontVariant
Represents the value of FontVariant attribute of SVG DOM.
Inheritance
System.Object
EFontVariant
Namespace: Syncfusion.Windows.Forms.Chart.SvgBase
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class EFontVariant : ValueType
Properties
Normal
Gets the normal.
Declaration
public static EFontVariant Normal { get; }
Property Value
| Type | Description |
|---|---|
| EFontVariant | The normal. |
SmallCaps
Gets the small caps.
Declaration
public static EFontVariant SmallCaps { get; }
Property Value
| Type | Description |
|---|---|
| EFontVariant | The small caps. |