Class MapsBorderBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
MapsBorderBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Maps
Assembly: Syncfusion.AspNetMvc.Maps.dll
Syntax
public class MapsBorderBuilder : ControlBuilder
Constructors
MapsBorderBuilder()
Declaration
public MapsBorderBuilder()
MapsBorderBuilder(MapsBorder)
Declaration
public MapsBorderBuilder(MapsBorder model)
Parameters
| Type | Name | Description |
|---|---|---|
| MapsBorder | model |
Methods
Color(String)
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 MapsBorderBuilder Color(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| MapsBorderBuilder |
Opacity(Double)
Gets or sets the opacity of the border of the maps.
Declaration
public MapsBorderBuilder Opacity(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| MapsBorderBuilder |
Width(Double)
Gets or sets the width of the border of the maps.
Declaration
public MapsBorderBuilder Width(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| MapsBorderBuilder |