DocumentTheme(IDocumentTheme) Constructor
Initializes a new instance of the DocumentTheme class with specified settings.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
theme | IDocumentTheme | An object implementing the IDocumentTheme interface to be cloned as the DocumentTheme class instance. |
See Also