PdfViewer.SelectionColor Property
In This Article
Gets or sets the selection area’s fill color. This is a bindable property.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
#Declaration
C#
public Color SelectionColor { get; set; }
#Property Value
Type | Description |
---|---|
Color | The selection fill color. |
See Also