Class MapsShapeSettings
Inheritance
System.Object
MapsShapeSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
[HtmlAttributeName("autofill")]
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
[HtmlAttributeName("border")]
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
[HtmlAttributeName("borderColorValuePath")]
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
[HtmlAttributeName("borderWidthValuePath")]
public string BorderWidthValuePath { get; set; }
Property Value
Type |
Description |
System.String |
|
CircleRadius
Sets and gets the radius of the shape.
Declaration
[HtmlAttributeName("circleRadius")]
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
[HtmlAttributeName("colorMapping")]
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
[HtmlAttributeName("colorValuePath")]
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
[HtmlAttributeName("dashArray")]
public string DashArray { get; set; }
Property Value
Type |
Description |
System.String |
|
Fill
Sets and gets the color of the shapes in maps.
Declaration
[HtmlAttributeName("fill")]
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
[HtmlAttributeName("opacity")]
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
[HtmlAttributeName("palette")]
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
[HtmlAttributeName("valuePath")]
public string ValuePath { get; set; }
Property Value
Type |
Description |
System.String |
|