Class MapsBorderSettings
Gets or sets the options for customizing the color and width of borders in the maps.
Inheritance
System.Object
MapsBorderSettings
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public class MapsBorderSettings : OwningComponentBase
Constructors
MapsBorderSettings()
Declaration
public MapsBorderSettings()
Properties
Color
Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.
Declaration
public string Color { get; set; }
Property Value
Type |
---|
System.String |
Opacity
Gets or sets the opacity of the border in maps.
Declaration
public double Opacity { get; set; }
Property Value
Type |
---|
System.Double |
Width
Gets or sets the width of the border in maps.
Declaration
public double Width { get; set; }
Property Value
Type |
---|
System.Double |