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.
Declaration
public double Index { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A double value representing the index of the map layer. |
Remarks
Utilize the layer index to distinguish or access the specific layer being rendered.
Visible
Gets or sets a value indicating whether the layer is visible.
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Remarks
Set this property to manage or determine the layer's visibility during the rendering process.