Class MapsPolygonSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
MapsPolygonSettings
Namespace: Syncfusion.EJ2.Maps
Assembly: Syncfusion.EJ2.dll
Syntax
public class MapsPolygonSettings : EJTagHelper
Constructors
MapsPolygonSettings()
Declaration
public MapsPolygonSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
HighlightSettings
Gets or sets the properties for highlighting polygon shapes in a map layer.
Declaration
public MapsHighlightSettings HighlightSettings { get; set; }
Property Value
Type | Description |
---|---|
MapsHighlightSettings | The default value is null |
Polygons
Gets or sets the properties of all the polygon shapes that will be displayed in a layer.
Declaration
public object Polygons { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
SelectionSettings
Gets or sets the properties for selecting polygon shapes in a map layer.
Declaration
public MapsSelectionSettings SelectionSettings { get; set; }
Property Value
Type | Description |
---|---|
MapsSelectionSettings | The default value is null |
TooltipSettings
Specifies the properties such as visibility, fill, border and text style to customize the tooltip.
Declaration
public object TooltipSettings { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |