DXRichEditTrackChangesOptions.MovedFromColor Property
Specifies a color used to indicate the content moved from the target position.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v23.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
Property Value
Type | Description |
---|---|
RevisionColor | One of the RevisionColor enumeration values indicating the markup color. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to MovedFromColor |
---|---|
DXRichEditAnnotationOptions |
|
Remarks
Use the DXRichEditTrackChangesOptions.DisplayMovedFromStyle property to specify the display style for the moved content.
See Also