StickyNoteAnnotationSettings Class
Represents the settings that allows to customize the default appearance of sticky note annotations.
Inheritance
System.Object
StickyNoteAnnotationSettings
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.Maui.PdfViewer
Assembly: Syncfusion.Maui.PdfViewer.dll
Syntax
public class StickyNoteAnnotationSettings : AnnotationAppearanceSettings, INotifyPropertyChanged
Constructors
StickyNoteAnnotationSettings()
Declaration
public StickyNoteAnnotationSettings()
Properties
Icon
Gets or sets the default icon of sticky note annotations.
Declaration
public StickyNoteIcon Icon { get; set; }
Property Value
| Type |
|---|
| StickyNoteIcon |
Implements
System.ComponentModel.INotifyPropertyChanged