Interface IThemeSlotRule
Assembly: PnP.Framework.dll
Syntax
public interface IThemeSlotRule
Properties
Declaration
Shade asShade { get; set; }
Property Value
Declaration
IColor color { get; set; }
Property Value
Declaration
List<IThemeSlotRule> dependentRules { get; set; }
Property Value
Declaration
IThemeSlotRule inherits { get; set; }
Property Value
Declaration
bool isBackgroundShade { get; set; }
Property Value
Declaration
bool isCustomized { get; set; }
Property Value
Declaration
string name { get; set; }
Property Value
Declaration
string value { get; set; }
Property Value
Extension Methods