Class SmithchartFontModel
Interface for a class SmithchartFont
Inheritance
System.Object
SmithchartFontModel
Implements
System.IEquatable<SmithchartFontModel>
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class SmithchartFontModel : Object, IEquatable<SmithchartFontModel>
Constructors
SmithchartFontModel()
Declaration
public SmithchartFontModel()
Properties
Color
Color for the text.
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FontFamily
font family for text.
Declaration
public string FontFamily { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FontStyle
font style for text.
Declaration
public string FontStyle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FontWeight
font weight for text.
Declaration
public string FontWeight { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Opacity
font opacity for text.
Declaration
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Size
font size for text.
Declaration
public string Size { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Equals(SmithchartFontModel)
Declaration
public bool Equals(SmithchartFontModel smithchartFontModel)
Parameters
Type | Name | Description |
---|---|---|
SmithchartFontModel | smithchartFontModel |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>