Class FontOptions
Inheritance
System.Object
FontOptions
Assembly: Syncfusion.Blazor.dll
Syntax
public class FontOptions : Object
Constructors
FontOptions()
Declaration
Properties
Color
Declaration
public string Color { get; set; }
Property Value
FontFamily
Declaration
public string FontFamily { get; set; }
Property Value
FontStyle
Declaration
public string FontStyle { get; set; }
Property Value
FontWeight
Declaration
public string FontWeight { get; set; }
Property Value
Size
Declaration
public string Size { get; set; }
Property Value