Table of Contents

Enum FooterVariantThemeType

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

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.

public enum FooterVariantThemeType

Fields

Neutral = 1

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

None = 3

no emphasis - appears as normal ( Value = 3 )

Soft = 2

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

Strong = 0

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