Class SankeyEventFont
Gets or sets the font style for the event arguments in the SfSankey component events.
Inheritance
Namespace: Syncfusion.Blazor.Sankey
Assembly: Syncfusion.Blazor.dll
Syntax
public class SankeyEventFont : Object
Constructors
SankeyEventFont()
Declaration
public SankeyEventFont()
Properties
Color
Gets or sets the color for the text.
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string representing the color for the text. The default value is null. |
Remarks
Accepts values in hex and rgba as a valid CSS color string.
FontFamily
Gets or sets the font family for the text.
Declaration
public string FontFamily { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string representing the font family for the text. The default value is null. |
FontStyle
Gets or sets the font style for the text.
Declaration
public string FontStyle { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string representing the font style for the text. The default value is null. |
FontWeight
Gets or sets the font weight for the text.
Declaration
public string FontWeight { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string representing the font weight for the text. The default value is null. |
Opacity
Gets or sets the opacity for the text.
Declaration
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A double value representing the opacity for the text. It ranges from 0 to 1. The default value is 1. |
Size
Gets or sets the font size for the text.
Declaration
public string Size { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string representing the font size for the text. The default value is null. |