Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LayerRenderingEventArgs

    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 in event argument.

    Declaration
    public double Index { get; set; }
    Property Value
    Type Description
    System.Double

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved