DXRichEditTrackChangesOptions.ChangedLinesMarkupPosition Property
Specifies the position of changed lines’ indicators. This is a dependency property.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v24.2.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
Property Value
Type | Description |
---|---|
ChangedLinesMarkupPosition | One of the ChangedLinesMarkupPosition enumeration values indicating the position of a changed lines markup. The default value is OutsideBorder. |
Available values:
Name | Description |
---|---|
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 Type | Path to ChangedLinesMarkupPosition |
---|---|
DXRichEditAnnotationOptions |
|
See Also