Class SankeySankeyTitleStyleBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
SankeySankeyTitleStyleBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class SankeySankeyTitleStyleBuilder : ControlBuilder
Constructors
SankeySankeyTitleStyleBuilder()
Declaration
public SankeySankeyTitleStyleBuilder()
SankeySankeyTitleStyleBuilder(SankeySankeyTitleStyle)
Declaration
public SankeySankeyTitleStyleBuilder(SankeySankeyTitleStyle model)
Parameters
Methods
Color(String)
Specifies the color of the title text.
Declaration
public SankeySankeyTitleStyleBuilder Color(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
FontFamily(String)
Specifies the font family for the title text.
Declaration
public SankeySankeyTitleStyleBuilder FontFamily(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
FontStyle(String)
Specifies the font style for the title text.
Declaration
public SankeySankeyTitleStyleBuilder FontStyle(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
FontWeight(String)
Specifies the weight of the title text.
Declaration
public SankeySankeyTitleStyleBuilder FontWeight(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
Opacity(Double)
Specifies the opacity of the title text.
Declaration
public SankeySankeyTitleStyleBuilder Opacity(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns
Size(String)
Specifies the font size for the title text.
Declaration
public SankeySankeyTitleStyleBuilder Size(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
TextAlignment(Alignment)
The textAlignment property determines how the text is aligned within the specified area.
Declaration
public SankeySankeyTitleStyleBuilder TextAlignment(Alignment value)
Parameters
Returns