Interface IFontAttributes
Contains the font members.
Namespace: Syncfusion.Windows.Forms.Chart.SvgBase
Assembly: Syncfusion.Chart.Base.dll
Syntax
public interface IFontAttributes
Properties
Font
Gets or sets the font.
Declaration
SFont Font { get; set; }
Property Value
Type | Description |
---|---|
SFont | The font. |
FontFamily
Gets or sets the font family.
Declaration
string FontFamily { get; set; }
Property Value
Type | Description |
---|---|
System.String | The font family. |
FontSize
Gets or sets the size of the font.
Declaration
Length FontSize { get; set; }
Property Value
Type | Description |
---|---|
Length | The size of the font. |
FontSizeAdjust
Gets or sets the font size adjust.
Declaration
Number FontSizeAdjust { get; set; }
Property Value
Type | Description |
---|---|
Number | The font size adjust. |
FontStretch
Gets or sets the font stretch.
Declaration
EFontStretch FontStretch { get; set; }
Property Value
Type | Description |
---|---|
EFontStretch | The font stretch. |
FontStyle
Gets or sets the font style.
Declaration
EFontStyle FontStyle { get; set; }
Property Value
Type | Description |
---|---|
EFontStyle | The font style. |
FontVariant
Gets or sets the font variant.
Declaration
EFontVariant FontVariant { get; set; }
Property Value
Type | Description |
---|---|
EFontVariant | The font variant. |
FontWeight
Gets or sets the font weight.
Declaration
EFontWeight FontWeight { get; set; }
Property Value
Type | Description |
---|---|
EFontWeight | The font weight. |