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