DXRichEditTrackChangesOptions.ChangedLinesMarkupPosition Property
In This Article
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
public ChangedLinesMarkupPosition ChangedLinesMarkupPosition { get; set; }
#Property Value
Type | Description |
---|---|
Changed |
One of the Changed |
Available values:
Name | Description |
---|---|
None | The markups are not displayed. |
Left |
The markup is on the left document border. |
Right |
The markup is on the right document border. |
Outside |
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 Changed |
---|---|
DXRich |
|
See Also