Skip to main content
A newer version of this page is available. .

DocumentPreviewControl.HighlightSelectionColor Property

Gets or sets the color used to highlight the document preview’s selected content. This is a dependency property.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v19.1.dll

Declaration

public Color HighlightSelectionColor { get; set; }

Property Value

Type Description
Color

A color to highlight the document preview’s selected content.

See Also