Class MapsSelectionSettings
Gets or sets the option for customized the selection of shape in maps.
Inheritance
System.Object
MapsSelectionSettings
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public class MapsSelectionSettings : OwningComponentBase
Constructors
MapsSelectionSettings()
Declaration
public MapsSelectionSettings()
Properties
Enable
Gets or sets a value indicating whether or not to enable selection in the maps.
Declaration
public bool Enable { get; set; }
Property Value
Type |
---|
System.Boolean |
EnableMultiSelect
Gets or sets a value indicating whether or not to enable multiple selection in the maps.
Declaration
public bool EnableMultiSelect { get; set; }
Property Value
Type |
---|
System.Boolean |
Fill
Gets or sets the color for the shape that is selected.
Declaration
public string Fill { get; set; }
Property Value
Type |
---|
System.String |
Opacity
Gets or sets the opacity for the shape that is selected.
Declaration
public double Opacity { get; set; }
Property Value
Type |
---|
System.Double |