Class MapsMapsAreaSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
MapsMapsAreaSettings
Namespace: Syncfusion.EJ2.Maps
Assembly: Syncfusion.EJ2.dll
Syntax
public class MapsMapsAreaSettings : EJTagHelper
Constructors
MapsMapsAreaSettings()
Declaration
public MapsMapsAreaSettings()
Properties
Background
Gets or sets the background color for the map area.
Declaration
public string Background { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Border
Gets or sets the options for customizing the style properties of the border of maps area.
Declaration
public MapsBorder Border { get; set; }
Property Value
Type | Description |
---|---|
MapsBorder | The default value is null |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |