Class MapsBorderSettings
Sets and gets the options for customizing the color and width of the maps.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
MapsBorderSettings
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public class MapsBorderSettings : SfBaseComponent
Constructors
MapsBorderSettings()
Declaration
public MapsBorderSettings()
Properties
Color
Sets and gets 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 | Description |
---|---|
System.String |
Width
Sets and gets the width of the border in maps.
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |