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

DXRichEditTrackChangesOptions.ChangedLinesMarkupPosition Property

Specifies the position of changed lines’ indicators. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v22.1.dll

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

public ChangedLinesMarkupPosition ChangedLinesMarkupPosition { get; set; }

Property Value

Type Description
ChangedLinesMarkupPosition

One of the ChangedLinesMarkupPosition enumeration values indicating the position of a changed lines markup. The default value is OutsideBorder.

Property Paths

You can access this nested property as listed below:

Object Type Path to ChangedLinesMarkupPosition
DXRichEditAnnotationOptions
.TrackChangesOptions .ChangedLinesMarkupPosition
See Also