Search Results for

    Show / Hide Table of Contents

    Enum FooterVariantThemeType

    Variants documentation: https://github.com/OfficeDev/office-ui-fabric-react/tree/master/packages/variants Note that this definition is similar to SPVariantThemeType, but with the strong and none variants switched. This is because we want strong to be the default for footer.

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

    Neutral

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

    None

    no emphasis - appears as normal ( Value = 3 )

    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 = 0 )

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