Class MapsBorderBuilder
Inheritance
System.Object
MapsBorderBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class MapsBorderBuilder : ControlBuilder
Constructors
MapsBorderBuilder()
Declaration
public MapsBorderBuilder()
MapsBorderBuilder(MapsBorder)
Declaration
public MapsBorderBuilder(MapsBorder model)
Parameters
Methods
Color(String)
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 MapsBorderBuilder Color(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Width(Double)
Sets and gets the width of the border in maps.
Declaration
public MapsBorderBuilder Width(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns