Class ThemeSlotRule
Inheritance
System.Object
ThemeSlotRule
Namespace: PnP.Framework.Utilities.Themes.Generator
Assembly: PnP.Framework.dll
Syntax
public class ThemeSlotRule : object, IThemeSlotRule
Properties
asShade
color
dependentRules
Declaration
public List<IThemeSlotRule> dependentRules { get; set; }
Property Value
|
List<IThemeSlotRule>
|
Implements
inherits
isBackgroundShade
Declaration
public bool isBackgroundShade { get; set; }
Property Value
|
System.Boolean
|
Implements
isCustomized
Declaration
public bool isCustomized { get; set; }
Property Value
|
System.Boolean
|
Implements
name
Declaration
public string name { get; set; }
Property Value
|
System.String
|
Implements
value
Declaration
public string value { get; set; }
Property Value
|
System.String
|