TrackChangesOptions.ChangedLinesMarkupPosition Property
In This Article
Specifies the position of changed lines’ indicators.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
[DefaultValue(ChangedLinesMarkupPosition.OutsideBorder)]
public ChangedLinesMarkupPosition ChangedLinesMarkupPosition { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Changed |
Outside |
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 |
---|---|
Annotation |
|
See Also