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

DocumentMapSettings.WrapLongLines Property

Gets or sets a value that specifies whether long lines should be wrapped in the Document Map. This is a dependency property.

Namespace: DevExpress.Xpf.DocumentViewer

Assembly: DevExpress.Xpf.DocumentViewer.v19.1.Core.dll

Declaration

public bool? WrapLongLines { get; set; }

Property Value

Type Description
Nullable<Boolean>

A Nullable<T><Boolean,> object that specifies whether to wrap long lines in the Document Map.

Property Paths

You can access this nested property as listed below:

Object Type Path to WrapLongLines
DocumentMapControl
.Settings.WrapLongLines
DocumentViewerControl
.ActualDocumentMapSettings.WrapLongLines
PdfOutlinesViewerControl
.Settings.WrapLongLines
PdfViewerControl
DocumentPreviewControl
.ActualDocumentMapSettings.WrapLongLines
See Also