Search Results for

    Show / Hide Table of Contents

    Enum VariantThemeType

    Footer Variant theme type (see https://github.com/microsoft/fluentui/tree/master/packages/variants)

    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public enum VariantThemeType : int

    Neutral

    neutral variant - light shade of original background as background ( Value = 1 )

    None

    no emphasis - appears as normal ( Value = 0 )

    Soft

    soft variant - light tint of the primary color as background ( Value = 2 )

    Strong

    strong variant - primary color as background, text uses original background color; white on brand blue by default ( Value = 3 )

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer