Class MapsHighlightSettings
Set and get the highlight setting for the maps control.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
MapsHighlightSettings
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public class MapsHighlightSettings : SfBaseComponent
Constructors
MapsHighlightSettings()
Declaration
public MapsHighlightSettings()
Properties
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 |