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

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

Declaration

public bool WrapLongLines { get; set; }

Property Value

Type Description
Boolean

true, to wrap long lines; otherwise, false.

See Also