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.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.DocumentViewer.Core
Declaration
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 |
|
DocumentMapControl |
|
DocumentViewerControl |
|
See Also