Class LayerRenderingEventArgs
Specifies the event arguments for layer rendering event in maps.
Inherited Members
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public class LayerRenderingEventArgs : MapsBaseEventArgs
Constructors
LayerRenderingEventArgs()
Declaration
public LayerRenderingEventArgs()
Properties
Index
Gets or sets the layer index in event argument.
Declaration
public double Index { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Accepts the double value. |
Visible
Gets or sets a value indicating whether or not the visibility of layer in event argument.
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|