Back to Devexpress

DXRichEditTrackChangesOptions.ChangedLinesMarkupPosition Property

wpf-devexpress-dot-xpf-dot-richedit-dot-dxrichedittrackchangesoptions-82aaef2c.md

latest2.1 KB
Original Source

DXRichEditTrackChangesOptions.ChangedLinesMarkupPosition Property

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

Namespace : DevExpress.Xpf.RichEdit

Assembly : DevExpress.Xpf.RichEdit.v25.2.dll

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public ChangedLinesMarkupPosition ChangedLinesMarkupPosition { get; set; }
vb
Public Property ChangedLinesMarkupPosition As ChangedLinesMarkupPosition

Property Value

TypeDescription
ChangedLinesMarkupPosition

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

|

Available values:

NameDescription
None

The markups are not displayed.

| | LeftBorder |

The markup is on the left document border.

| | RightBorder |

The markup is on the right document border.

| | OutsideBorder |

The markup is on outside borders of odd and even pages (displayed in the Read Mode).

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ChangedLinesMarkupPosition
DXRichEditAnnotationOptions

.TrackChangesOptions .ChangedLinesMarkupPosition

|

See Also

DXRichEditTrackChangesOptions Class

DXRichEditTrackChangesOptions Members

DevExpress.Xpf.RichEdit Namespace