PdfAnnotationOptions.StickyNoteColor Property
In This Article
Gets or sets the fill color of sticky notes. This is a bindable property.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
#Declaration
C#
public Color StickyNoteColor { get; set; }
#Property Value
Type | Description |
---|---|
Color | The sticky note color. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Sticky |
---|---|
Pdf |
|
See Also