Skip to main content
All docs
V26.1
  • LightweightTheme.OverridePalette(LightweightTheme, String, String, ResourceDictionary) Method

    Namespace: DevExpress.Xpf.Core

    Assembly: DevExpress.Xpf.Core.v26.1.dll

    Declaration

    public static LightweightTheme OverridePalette(
        LightweightTheme basedOn,
        string name,
        string displayName,
        ResourceDictionary palette
    )

    Parameters

    Name Type
    basedOn LightweightTheme
    name String
    displayName String
    palette ResourceDictionary

    Returns

    Type
    LightweightTheme
    See Also