Back to Devexpress

DXRichEditTrackChangesOptions.MovedFromColor Property

wpf-devexpress-dot-xpf-dot-richedit-dot-dxrichedittrackchangesoptions-0456f4f3.md

latest2.5 KB
Original Source

DXRichEditTrackChangesOptions.MovedFromColor Property

Specifies a color used to indicate the content moved from the target position.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public RevisionColor MovedFromColor { get; set; }
vb
Public Property MovedFromColor As RevisionColor

Property Value

TypeDescription
RevisionColor

One of the RevisionColor enumeration values indicating the markup color.

|

Available values:

Show 19 items

NameDescription
ByAuthor

The color that corresponds to the current author.

| | Black |

Black (#FF000000)

| | Blue |

Blue (#2E97D3)

| | Turquoise |

Turquoise (#FF40E0D0)’

| | BrightGreen |

Bright Green (#84A35B)

| | Pink |

Pink (#FFFFC0CB)

| | Red |

Red (#B5082E)

| | Yellow |

Yellow (#FFFFFF00)

| | White |

White (#FFFFFFFF)

| | DarkBlue |

Dark Blue (#FF00008B)

| | Teal |

Teal (#FF008080)

| | Green |

Green (#FF556B2F)

| | Violet |

Violet (#FFEE82EE)

| | DarkRed |

Dark Red (#FF8B0000)

| | DarkYellow |

Dark Yellow (#E09A2B)

| | Gray50 |

Gray (#50565E)

| | Gray25 |

Gray (#A0A3A9)

| | ClassicRed |

Red (#84A35B)

| | ClassicBlue |

Blue (#FF0000FF)

|

Property Paths

You can access this nested property as listed below:

Object TypePath to MovedFromColor
DXRichEditAnnotationOptions

.TrackChangesOptions .MovedFromColor

|

Remarks

Use the DXRichEditTrackChangesOptions.DisplayMovedFromStyle property to specify the display style for the moved content.

See Also

DXRichEditTrackChangesOptions Class

DXRichEditTrackChangesOptions Members

DevExpress.Xpf.RichEdit Namespace