Blazor

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

    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

    OffsetX

    Gets or sets the right and left position of text for the data-label.

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

    OffsetY

    Gets or sets the top and bottom position of text for the data-label.

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

    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 - 2023 Syncfusion Inc. All Rights Reserved