Enum VariantThemeType
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
Footer Variant theme type (see https://github.com/microsoft/fluentui/tree/master/packages/variants)
public enum VariantThemeType
Fields
neutral variant - light shade of original background as background ( Value = 1 )
no emphasis - appears as normal ( Value = 0 )
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 = 3 )