Class MapsLayerSelectionSettings
Sets and gets the selection setting of the layer in maps.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
MapsLayerSelectionSettings
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public class MapsLayerSelectionSettings : SfBaseComponent
Constructors
MapsLayerSelectionSettings()
Declaration
public MapsLayerSelectionSettings()
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 selection for the layers, markers in maps.
Declaration
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EnableMultiSelect
Enables or disables the selection for many shapes in maps.
Declaration
public bool EnableMultiSelect { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Fill
Sets and gets the color for the shape that is selected.
Declaration
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Opacity
Sets and gets the opacity for the shape that is selected.
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 |