Class AnnotationSelectorSettings
Represents the settings that allows to customize the default appearance of annotation selector.
Inheritance
System.Object
AnnotationSelectorSettings
Namespace: Syncfusion.Maui.PdfViewer
Assembly: Syncfusion.Maui.PdfViewer.dll
Syntax
public class AnnotationSelectorSettings : Object
Constructors
AnnotationSelectorSettings()
Declaration
public AnnotationSelectorSettings()
Properties
Color
Gets or sets the default color of annotation selector.
Declaration
public Color Color { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Graphics.Color |
LockedColor
Gets or sets the default color of annotation selector when the selected annotation is locked.
Declaration
public Color LockedColor { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Graphics.Color |