Class TreeMapSelectionSettings
Sets and gets the options for customizing the selection of the treemap component item.
Inheritance
System.Object
TreeMapSelectionSettings
Namespace: Syncfusion.Blazor.TreeMap
Assembly: Syncfusion.Blazor.dll
Syntax
public class TreeMapSelectionSettings : OwningComponentBase
Constructors
TreeMapSelectionSettings()
Declaration
public TreeMapSelectionSettings()
Properties
ChildContent
Sets and gets the content of the UI element.
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type |
---|
Microsoft.AspNetCore.Components.RenderFragment |
Enable
Enables or disables the selection functionality in the treemap component.
Declaration
public bool Enable { get; set; }
Property Value
Type |
---|
System.Boolean |
Fill
Sets and gets the color of the selection when the leaf item is selected in the treemap component.
Declaration
public string Fill { get; set; }
Property Value
Type |
---|
System.String |
Mode
Sets and gets the element in which selection must be done in the treemap component.
Declaration
public SelectionMode Mode { get; set; }
Property Value
Type |
---|
SelectionMode |
Opacity
Sets and gets the opacity of the selection when the leaf item is selected in the treemap component.
Declaration
public double Opacity { get; set; }
Property Value
Type |
---|
System.Double |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | __builder |
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
OnInitializedAsync()
Method invoked when the component is ready to start.
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A System.Threading.Tasks.Task representing the asynchronous operation. |