Class TreeMapFontSettings
Sets and gets the options for customizing the font style of the treemap component.
Inheritance
System.Object
TreeMapFontSettings
Namespace: Syncfusion.Blazor.TreeMap
Assembly: Syncfusion.Blazor.dll
Syntax
public class TreeMapFontSettings : OwningComponentBase
Constructors
TreeMapFontSettings()
Declaration
public TreeMapFontSettings()
Properties
Color
Sets and gets the color for the text in the treemap component.
Declaration
public string Color { get; set; }
Property Value
Type |
---|
System.String |
FontFamily
Sets and gets the font family for the text in the treemap component.
Declaration
public string FontFamily { get; set; }
Property Value
Type |
---|
System.String |
FontStyle
Sets and gets the font style for the text in the treemap component.
Declaration
public string FontStyle { get; set; }
Property Value
Type |
---|
System.String |
FontWeight
Sets and gets the font weight for the text in the treemap component.
Declaration
public string FontWeight { get; set; }
Property Value
Type |
---|
System.String |
Opacity
Sets and gets the opacity of the text in the treemap component.
Declaration
public double Opacity { get; set; }
Property Value
Type |
---|
System.Double |
Size
Sets and gets the size for the text in the treemap component.
Declaration
public string Size { get; set; }
Property Value
Type |
---|
System.String |
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |