Class MapsLayerHighlightSettings
Sets and gets the options for customizing the highlight settings of the layer for the highlighted shapes in maps.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
MapsLayerHighlightSettings
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public class MapsLayerHighlightSettings : SfBaseComponent
Constructors
MapsLayerHighlightSettings()
Declaration
public MapsLayerHighlightSettings()
Properties
ChildContent
Sets and gets the content of the UI element.
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Components.RenderFragment |
Enable
Enables or disables the highlight settings for maps.
Declaration
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Fill
Sets and gets the color for the shapes on which the mouse has hovered in maps.
Declaration
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Opacity
Sets and gets the opacity for the highlighted shapes in maps.
Declaration
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | __builder |
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |