Class MapsToggleLegendSettings
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()
Namespace: Syncfusion.EJ2.Maps
Assembly: Syncfusion.EJ2.dll
Syntax
public class MapsToggleLegendSettings : EJTagHelper
Constructors
MapsToggleLegendSettings()
Declaration
public MapsToggleLegendSettings()
Properties
ApplyShapeSettings
Enables or disables the property of the shape settings to be displayed while clicking the legend.
Declaration
[HtmlAttributeName("applyShapeSettings")]
public bool ApplyShapeSettings { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Border
Sets and gets the options to customize the color and width of the border for the shape in maps.
Declaration
[HtmlAttributeName("border")]
public MapsBorder Border { get; set; }
Property Value
Type | Description |
---|---|
MapsBorder |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<System.Object> |
Enable
Enables or disables the legend to be toggled.
Declaration
[HtmlAttributeName("enable")]
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Fill
Sets and gets the color of the shape for which the legend is selected.
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 shape for which the legend is selected.
Declaration
[HtmlAttributeName("opacity")]
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type | Description |
---|---|
System.String |