Class HeatMapFontBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
HeatMapFontBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.HeatMap
Assembly: Syncfusion.AspNetMvc.HeatMap.dll
Syntax
public class HeatMapFontBuilder : ControlBuilder
Constructors
HeatMapFontBuilder()
Declaration
public HeatMapFontBuilder()
HeatMapFontBuilder(HeatMapFont)
Declaration
public HeatMapFontBuilder(HeatMapFont model)
Parameters
| Type | Name | Description |
|---|---|---|
| HeatMapFont | model |
Methods
Color(String)
Specifies the color for the text.
Declaration
public HeatMapFontBuilder Color(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| HeatMapFontBuilder |
FontFamily(String)
Specifies the font family for the text.
Declaration
public HeatMapFontBuilder FontFamily(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| HeatMapFontBuilder |
FontStyle(String)
Specifies the font style for the text.
Declaration
public HeatMapFontBuilder FontStyle(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| HeatMapFontBuilder |
FontWeight(String)
Specifies the font weight for the text.
Declaration
public HeatMapFontBuilder FontWeight(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| HeatMapFontBuilder |
Size(String)
Specifies the font size for the text.
Declaration
public HeatMapFontBuilder Size(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| HeatMapFontBuilder |
TextAlignment(Alignment)
Specifies the text alignment.
Declaration
public HeatMapFontBuilder TextAlignment(Alignment value)
Parameters
| Type | Name | Description |
|---|---|---|
| Alignment | value |
Returns
| Type |
|---|
| HeatMapFontBuilder |
TextOverflow(TextOverflow)
Specifies the overflow style for the text in heatmap.
Declaration
public HeatMapFontBuilder TextOverflow(TextOverflow value)
Parameters
| Type | Name | Description |
|---|---|---|
| TextOverflow | value |
Returns
| Type |
|---|
| HeatMapFontBuilder |