alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class LayerRenderingEventArgs

    Specifies the event arguments for layer rendering event in maps.

    Inheritance
    object
    MapsBaseEventArgs
    LayerRenderingEventArgs
    Inherited Members
    MapsBaseEventArgs.Cancel
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    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
    bool

    true if the layer is visible; otherwise, false.

    Remarks

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

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