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