Class HeatMapCellTextStyle
Specifies the heatmap cell value text style.
Inherited Members
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public class HeatMapCellTextStyle : SfBaseComponent
Constructors
HeatMapCellTextStyle()
Declaration
public HeatMapCellTextStyle()
Properties
Color
Specifies the color for the text.
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FontFamily
Specifies the font family for the text.
Declaration
public string FontFamily { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FontStyle
Specifies the font style for the text.
Declaration
public string FontStyle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FontWeight
Specifies the font weight for the text.
Declaration
public string FontWeight { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Size
Specifies the font size for the text.
Declaration
public string Size { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextAlignment
Specifies the 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
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |