Class MapsShapeSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
MapsShapeSettingsBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class MapsShapeSettingsBuilder : ControlBuilder
Constructors
MapsShapeSettingsBuilder()
Declaration
public MapsShapeSettingsBuilder()
MapsShapeSettingsBuilder(MapsShapeSettings)
Declaration
public MapsShapeSettingsBuilder(MapsShapeSettings model)
Parameters
Methods
Autofill(Boolean)
Enables or disables the filling of color, based on the palette, for the shapes automatically.
Declaration
public MapsShapeSettingsBuilder Autofill(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
Border(MapsBorder)
Gets or sets the options for customizing the style properties of the border for the shapes in maps.
Declaration
public MapsShapeSettingsBuilder Border(MapsBorder value)
Parameters
Returns
Border(Action<MapsBorderBuilder>)
Declaration
public MapsShapeSettingsBuilder Border(Action<MapsBorderBuilder> border)
Parameters
Returns
BorderColorValuePath(String)
Gets or sets the field name from the data source to set the color for the border of a particular shape in maps.
Declaration
public MapsShapeSettingsBuilder BorderColorValuePath(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
BorderWidthValuePath(String)
Gets or sets the field name from the data source to set the width for the border of a particular shape in maps.
Declaration
public MapsShapeSettingsBuilder BorderWidthValuePath(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
CircleRadius(Double)
Gets or sets the radius of the "Point" and "MultiPoint" geometry shapes.
This property will be applicable only when the GeoJSON data has "Point" and "MultiPoint" geometry types.
Declaration
public MapsShapeSettingsBuilder CircleRadius(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
ColorMapping(Action<MapsColorMappingBuilder>)
Declaration
public MapsShapeSettingsBuilder ColorMapping(Action<MapsColorMappingBuilder> colorMapping)
Parameters
Returns
ColorMapping(List<MapsColorMapping>)
Gets or sets the options to map the color for some set of the shapes in maps.
Declaration
public MapsShapeSettingsBuilder ColorMapping(List<MapsColorMapping> value)
Parameters
Returns
ColorValuePath(String)
Gets or sets the field name from the data source to set the color for the shapes in maps.
Declaration
public MapsShapeSettingsBuilder ColorValuePath(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
DashArray(String)
Gets or sets the dash-array for the shapes in maps.
Declaration
public MapsShapeSettingsBuilder DashArray(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Fill(String)
Gets or sets the color of the shapes in maps.
Declaration
public MapsShapeSettingsBuilder Fill(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Opacity(Double)
Gets or sets the opacity for the shapes in maps.
Declaration
public MapsShapeSettingsBuilder Opacity(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
Palette(String[])
Gets or sets a set of colors for the shapes in maps.
Declaration
public MapsShapeSettingsBuilder Palette(string[] value)
Parameters
Type |
Name |
Description |
System.String[] |
value |
|
Returns
ValuePath(String)
Gets or sets the value from the data source based on which the shape gets rendered.
Declaration
public MapsShapeSettingsBuilder ValuePath(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns