SnapDocument.LoadTheme(Stream) Method
Loads the specified theme from a stream.
Namespace: DevExpress.Snap.Core.API
Assembly: DevExpress.Snap.v21.2.Core.dll
NuGet Package: DevExpress.Snap.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| stream | Stream | A Stream object, from which to load a theme. |
Returns
| Type | Description |
|---|---|
| Theme | A Theme object, specifying the theme name. |
See Also