Back to Devexpress

DXRichEditBookmarkOptions.Color Property

wpf-devexpress-dot-xpf-dot-richedit-dot-dxricheditbookmarkoptions-387fece3.md

latest1.4 KB
Original Source

DXRichEditBookmarkOptions.Color Property

Gets or sets the color used to indicate a bookmark in the document. This is a dependency property.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public Color Color { get; set; }
vb
Public Property Color As Color

Property Value

TypeDescription
Color

A Color structure representing ARGB color.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Color
RichEditControl

.BookmarkOptions .Color

|

See Also

DXRichEditBookmarkOptions Class

DXRichEditBookmarkOptions Members

DevExpress.Xpf.RichEdit Namespace