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
    MapsBaseEventArgs.Name
    Namespace: Syncfusion.Blazor.Maps
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class LabelRenderingEventArgs : MapsBaseEventArgs

    Constructors

    LabelRenderingEventArgs()

    Declaration
    public LabelRenderingEventArgs()

    Properties

    Border

    Defines the color and width of the border for the data-label in event argument.

    Declaration
    public MapsLayerDataLabelBorder Border { get; set; }
    Property Value
    Type Description
    MapsLayerDataLabelBorder

    Fill

    Defines the color for the data-label in event argument.

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

    Template

    Defines the template for the data-label.

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

    Text

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