Class AnnotationSelectedEventArgs
Provides data for the AnnotationSelected event.
Inheritance
System.Object
AnnotationSelectedEventArgs
Namespace: Syncfusion.Maui.ImageEditor
Assembly: Syncfusion.Maui.ImageEditor.dll
Syntax
public class AnnotationSelectedEventArgs : EventArgs
Constructors
AnnotationSelectedEventArgs()
Declaration
public AnnotationSelectedEventArgs()
Properties
AnnotationSettings
Gets or sets the selected annotation settings.
Declaration
public ImageEditorAnnotationSettings AnnotationSettings { get; set; }
Property Value
Type |
---|
ImageEditorAnnotationSettings |