Search Results for

    Show / Hide Table of Contents

    Interface IThemeSlotRule

    Namespace: PnP.Framework.Utilities.Themes.Generator
    Assembly: PnP.Framework.dll
    Syntax
    public interface IThemeSlotRule

    Properties

    asShade

    Declaration
    Shade asShade { get; set; }
    Property Value
    Shade

    color

    Declaration
    IColor color { get; set; }
    Property Value
    IColor

    dependentRules

    Declaration
    List<IThemeSlotRule> dependentRules { get; set; }
    Property Value
    List<IThemeSlotRule>

    inherits

    Declaration
    IThemeSlotRule inherits { get; set; }
    Property Value
    IThemeSlotRule

    isBackgroundShade

    Declaration
    bool isBackgroundShade { get; set; }
    Property Value
    System.Boolean

    isCustomized

    Declaration
    bool isCustomized { get; set; }
    Property Value
    System.Boolean

    name

    Declaration
    string name { get; set; }
    Property Value
    System.String

    value

    Declaration
    string value { get; set; }
    Property Value
    System.String

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer