Class TreeMapBorderSettings
Sets and gets the options for customizing the style of the border.
Inheritance
Namespace: Syncfusion.Blazor.TreeMap
Assembly: Syncfusion.Blazor.dll
Syntax
public class TreeMapBorderSettings : OwningComponentBase
Remarks
This class provides properties to customize the appearance of borders in the TreeMap component, allowing you to set various visual styles such as color and width.
Constructors
TreeMapBorderSettings()
Declaration
public TreeMapBorderSettings()
Properties
Color
Gets or sets the color of the border.
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string representing the color of the border. This can be a hex code or an RGBA string. The default value is "#808080". |
Remarks
The Color property allows customization of the border's color by providing a valid CSS color string for the TreeMap component.
Width
Gets or sets the width of the border in the treemap component.
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A double representing the width of the border. The default value is 0. |
Remarks
The Width property defines the thickness of the border lines in the TreeMap component, allowing you to adjust the visual weight of the border.
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |