DocumentTheme(IDocumentTheme) Constructor
In This Article
Initializes a new instance of the DocumentTheme class with specified settings.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public DocumentTheme(
IDocumentTheme theme
)
#Parameters
Name | Type | Description |
---|---|---|
theme | IDocument |
An object implementing the IDocument |
See Also