Skip to main content

PdfAnnotationOptions.FreeTextColor Property

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

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 FreeTextColor
PdfViewer
.AnnotationOptions .FreeTextColor
See Also