BookmarksSettingsBuilder.Color(Color) Method
In This Article
Sets the document’s bookmark color.
Namespace: DevExpress.AspNetCore.RichEdit
Assembly: DevExpress.AspNetCore.RichEdit.v24.2.dll
NuGet Package: DevExpress.AspNetCore.RichEdit
#Declaration
C#
public BookmarksSettingsBuilder Color(
Color color
)
#Parameters
Name | Type | Description |
---|---|---|
color | Color | The bookmark color. |
#Returns
Type | Description |
---|---|
Bookmarks |
An object that can be used to further configure the bookmark settings. |
See Also