Class LayerRenderingEventArgs
Specifies the event arguments for layer rendering event in maps.
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public class LayerRenderingEventArgs : MapsBaseEventArgs
Constructors
LayerRenderingEventArgs()
Declaration
public LayerRenderingEventArgs()
Properties
Index
Defines the layer index in event argument.
Declaration
public double Index { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Visible
Enables or disables the visibility of layer in event argument.
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |