Interface IThemeSlotRule
Namespace: PnP.Framework.Utilities.Themes.Generator
Assembly: PnP.Framework.dll
Syntax
public interface IThemeSlotRule
Properties
asShade
color
dependentRules
inherits
isBackgroundShade
Declaration
bool isBackgroundShade { get; set; }
Property Value
System.
|
isCustomized
Declaration
bool isCustomized { get; set; }
Property Value
System.
|
name
Declaration
string name { get; set; }
Property Value
System.
|
value
Declaration
string value { get; set; }
Property Value
System.
|