Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DocumentTheme(IDocumentTheme) Constructor

Initializes a new instance of the DocumentTheme class with specified settings.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

public DocumentTheme(
    IDocumentTheme theme
)

Parameters

Name Type Description
theme IDocumentTheme

An object implementing the IDocumentTheme interface to be cloned as the DocumentTheme class instance.

See Also