Class TreeMapHighlightSettings
Sets and gets the options for customizing the highlight of the treemap item on mouse over of the treemap component item.
Inheritance
System.Object
TreeMapHighlightSettings
Namespace: Syncfusion.Blazor.TreeMap
Assembly: Syncfusion.Blazor.dll
Syntax
public class TreeMapHighlightSettings : OwningComponentBase
Constructors
TreeMapHighlightSettings()
Declaration
public TreeMapHighlightSettings()
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 highlight functionality of the treemap component.
Declaration
public bool Enable { get; set; }
Property Value
Type |
---|
System.Boolean |
Fill
Sets and gets the highlight color of the treemap component.
Declaration
public string Fill { get; set; }
Property Value
Type |
---|
System.String |
Mode
Sets and gets the element in which highlight must be done in the treemap component.
Declaration
public HighLightMode Mode { get; set; }
Property Value
Type |
---|
HighLightMode |
Opacity
Sets and gets the opacity of 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. |