Class MapsShapeSettings
Inheritance
System.Object
MapsShapeSettings
Assembly: Syncfusion.EJ2.dll
Syntax
public class MapsShapeSettings : EJTagHelper
Constructors
MapsShapeSettings()
Declaration
public MapsShapeSettings()
Properties
Autofill
Enables or disables the filling of color for the shapes automatically.
Declaration
public bool Autofill { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Border
Sets and gets the options for customizing the color and width of the border for the shapes in maps.
Declaration
public MapsBorder Border { get; set; }
Property Value
BorderColorValuePath
Sets and gets the value path from the data source to set the color for the border of a particular shape in maps.
Declaration
public string BorderColorValuePath { get; set; }
Property Value
Type |
Description |
System.String |
|
BorderWidthValuePath
Sets and gets the value path from the data source to set the width for the border of a particular shape in maps.
Declaration
public string BorderWidthValuePath { get; set; }
Property Value
Type |
Description |
System.String |
|
CircleRadius
Sets and gets the radius of the shape.
Declaration
public double CircleRadius { get; set; }
Property Value
Type |
Description |
System.Double |
|
ColorMapping
Sets and gets the options to map the color for some set of the shapes in maps.
Declaration
public List<MapsColorMapping> ColorMapping { get; set; }
Property Value
ColorValuePath
Sets and gets the value path from the data source to set the color for the shapes in maps.
Declaration
public string ColorValuePath { get; set; }
Property Value
Type |
Description |
System.String |
|
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
DashArray
Sets and gets the dash-array for the shapes in maps.
Declaration
public string DashArray { get; set; }
Property Value
Type |
Description |
System.String |
|
Fill
Sets and gets the color of the shapes in maps.
Declaration
public string Fill { get; set; }
Property Value
Type |
Description |
System.String |
|
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Opacity
Sets and gets the opacity for the shapes in maps.
Declaration
public double Opacity { get; set; }
Property Value
Type |
Description |
System.Double |
|
Palette
Sets and gets a set of colors for the shapes in maps.
Declaration
public string[] Palette { get; set; }
Property Value
Type |
Description |
System.String[] |
|
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
ValuePath
Sets and gets the value from the data source based on which the shape gets rendered.
Declaration
public string ValuePath { get; set; }
Property Value
Type |
Description |
System.String |
|