Class MapsHighlightSettings
Inheritance
System.Object
MapsHighlightSettings
Inherited Members
Namespace: Syncfusion.EJ2.Maps
Assembly: Syncfusion.EJ2.dll
Syntax
public class MapsHighlightSettings : EJTagHelper
Constructors
MapsHighlightSettings()
Declaration
public MapsHighlightSettings()
Properties
Border
Sets and gets the options for customizing the color and width of the border for the highlighted shapes in maps.
Declaration
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 highlight settings for maps.
Declaration
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Fill
Sets and gets the color for the shapes on which the mouse has hovered 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 highlighted shapes in maps.
Declaration
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type | Description |
---|---|
System.String |