Class AnnotationRenderingEventArgs
Specifies the event arguments for annotation rendering event in maps.
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 |