Class FontModel
Interface for a class Font
Inheritance
System.Object
FontModel
Implements
System.IEquatable<FontModel>
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public class FontModel : Object, IEquatable<FontModel>
Constructors
FontModel()
Declaration
public FontModel()
Properties
Color
Color for the text.
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FontFamily
FontFamily for the text.
Declaration
public string FontFamily { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FontStyle
FontStyle for the text.
Declaration
public string FontStyle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FontWeight
FontWeight for the text.
Declaration
public string FontWeight { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Size
Font size for the text.
Declaration
public string Size { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextAlignment
text alignment
Declaration
public Alignment TextAlignment { get; set; }
Property Value
Type | Description |
---|---|
Alignment |
TextOverflow
Specifies the heat map text overflow
Declaration
public TextOverflow TextOverflow { get; set; }
Property Value
Type | Description |
---|---|
TextOverflow |
Methods
Equals(FontModel)
Declaration
public bool Equals(FontModel fontModel)
Parameters
Type | Name | Description |
---|---|---|
FontModel | fontModel |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>