Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.DocumentViewer.Core

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
.ActualSettings .WrapLongLines
DocumentMapControl
.Settings .WrapLongLines
DocumentViewerControl
.ActualDocumentMapSettings .WrapLongLines
See Also