menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LayerRenderingEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LayerRenderingEventArgs

    Specifies the event arguments for layer rendering event in maps.

    Inheritance
    System.Object
    MapsBaseEventArgs
    LayerRenderingEventArgs
    Inherited Members
    MapsBaseEventArgs.Cancel
    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

    true if the layer is visible; otherwise, false.

    Remarks

    Set this property to manage or determine the layer's visibility during the rendering process.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved