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