Class MapsHighlightSettings
Set and get the highlight setting for the maps control.
Inheritance
System.Object
MapsHighlightSettings
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public class MapsHighlightSettings : OwningComponentBase
Constructors
MapsHighlightSettings()
Declaration
public MapsHighlightSettings()
Properties
Enable
Gets or sets a value indicating whether or not to highlight in the maps.
Declaration
public bool Enable { get; set; }
Property Value
Type |
---|
System.Boolean |
Fill
Gets or sets the color for highlight in the maps.
Declaration
public string Fill { get; set; }
Property Value
Type |
---|
System.String |
Opacity
Gets or sets the opacity for the highlight in the maps.
Declaration
public double Opacity { get; set; }
Property Value
Type |
---|
System.Double |