Blazor

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

    Show / Hide Table of Contents

    Class AnnotationRenderingEventArgs

    Specifies the event arguments for annotation rendering event in maps.

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

    Constructors

    AnnotationRenderingEventArgs()

    Declaration
    public AnnotationRenderingEventArgs()

    Properties

    Annotation

    Specifies the annotation instance.

    Declaration
    public MapsAnnotation Annotation { get; set; }
    Property Value
    Type Description
    MapsAnnotation

    Content

    Defines the content for annotation in maps.

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