Class FontOptions
Inherited Members
Namespace: Syncfusion.Blazor.DataVizCommon
Assembly: Syncfusion.Blazor.dll
Syntax
public class FontOptions
Constructors
FontOptions()
Declaration
public FontOptions()
Properties
Color
Declaration
public string Color { get; set; }
Property Value
| Type |
|---|
| string |
FontFamily
Declaration
public string FontFamily { get; set; }
Property Value
| Type |
|---|
| string |
FontStyle
Declaration
public string FontStyle { get; set; }
Property Value
| Type |
|---|
| string |
FontWeight
Declaration
public string FontWeight { get; set; }
Property Value
| Type |
|---|
| string |
Size
Declaration
public string Size { get; set; }
Property Value
| Type |
|---|
| string |