Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LabelRenderingEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LabelRenderingEventArgs

    Specifies the event argument for label rendering event in maps.

    Inheritance
    System.Object
    MapsBaseEventArgs
    LabelRenderingEventArgs
    Inherited Members
    MapsBaseEventArgs.Cancel
    Namespace: Syncfusion.Blazor.Maps
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class LabelRenderingEventArgs : MapsBaseEventArgs

    Constructors

    LabelRenderingEventArgs()

    Declaration
    public LabelRenderingEventArgs()

    Properties

    Fill

    Gets or sets the color for the data-label in event argument.

    Declaration
    public string Fill { get; set; }
    Property Value
    Type Description
    System.String

    LayerIndex

    Gets or sets the index number of the layer in which the data-label is rendered.

    Declaration
    public int LayerIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    Text

    Gets or sets the text for the data-label in event argument.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved