Blazor

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

    Show / Hide Table of Contents

    Class MarkerRenderingEventArgs

    Specifies the event arguments in marker rendering event in maps.

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

    Constructors

    MarkerRenderingEventArgs()

    Declaration
    public MarkerRenderingEventArgs()

    Properties

    ColorValuePath

    Gets or sets the value path of marker color from the marker data source.

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

    Data

    Gets or sets the marker data from the marker data source in maps.

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

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

    Height

    Gets or sets the height of the marker in event argument.

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

    ImageUrl

    Gets or sets the URL path for the marker when rendered as image.

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

    ImageUrlValuePath

    Gets or sets the value path of marker image from the marker data source.

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

    Shape

    Gets or sets the shape of the marker.

    Declaration
    public MarkerType Shape { get; set; }
    Property Value
    Type Description
    MarkerType

    ShapeValuePath

    Gets or sets the value path of marker shape from the marker data source.

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

    Template

    Gets or sets the template of the marker.

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

    Width

    Gets or sets the width of the marker.

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