Class SankeyTooltipTextStyleBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
SankeyTooltipTextStyleBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class SankeyTooltipTextStyleBuilder : ControlBuilder
Constructors
SankeyTooltipTextStyleBuilder()
Declaration
public SankeyTooltipTextStyleBuilder()
SankeyTooltipTextStyleBuilder(SankeyTooltipTextStyle)
Declaration
public SankeyTooltipTextStyleBuilder(SankeyTooltipTextStyle model)
Parameters
Methods
Color(String)
Specifies the color of the text.
Declaration
public SankeyTooltipTextStyleBuilder Color(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
FontFamily(String)
Specifies the font family for the text.
Declaration
public SankeyTooltipTextStyleBuilder FontFamily(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
FontSize(String)
Specifies the font size for the text.
Declaration
public SankeyTooltipTextStyleBuilder FontSize(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
FontStyle(String)
Specifies the font style for the text.
Declaration
public SankeyTooltipTextStyleBuilder FontStyle(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
FontWeight(String)
Specifies the weight of the text.
Declaration
public SankeyTooltipTextStyleBuilder FontWeight(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns