Blazor

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

    Show / Hide Table of Contents

    Class ShapeRenderingEventArgs

    Specifies the event arguments in shape rendering event in maps.

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

    Constructors

    ShapeRenderingEventArgs()

    Declaration
    public ShapeRenderingEventArgs()

    Properties

    Data

    Gets or sets the data for the shape from the data source in event argument.

    Declaration
    public Dictionary<string, string> Data { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.String>

    Fill

    Gets or sets the color for the current shape in event argument.

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

    Index

    Gets or sets the index value of shape rendering in the map.

    Declaration
    public double Index { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved