Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • SnapDocument.LoadTheme(String) Method

    Loads the specified theme from a file.

    Namespace: DevExpress.Snap.Core.API

    Assembly: DevExpress.Snap.v21.2.Core.dll

    NuGet Package: DevExpress.Snap.Core

    Declaration

    Theme LoadTheme(
        string fileName
    )

    Parameters

    Name Type Description
    fileName String

    A String object, specifying the file that contains a theme.

    Returns

    Type Description
    Theme

    A Theme object, specifying the theme name.

    See Also