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 variant - light shade of original background as background ( Value = 1 )
no emphasis - appears as normal ( Value = 3 )
soft variant - light tint of the primary color as background ( Value = 2 )
strong variant - primary color as background, text uses original background color; white on brand blue by default ( Value = 0 )