Search Results for

    Show / Hide Table of Contents

    Class CSSColors

    Represents the branding colors used.

    Inheritance
    System.Object
    CSSColors
    Namespace: DirectScale.Disco.Extension
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class CSSColors : Object

    Constructors

    CSSColors()

    Declaration
    public CSSColors()

    Properties

    Primary

    Primary site color.

    Declaration
    public string Primary { get; set; }
    Property Value
    Type Description
    System.String

    Quaternary

    Quaternary site color.

    Declaration
    public string Quaternary { get; set; }
    Property Value
    Type Description
    System.String

    Secondary

    Secondary site color.

    Declaration
    public string Secondary { get; set; }
    Property Value
    Type Description
    System.String

    Tertiary

    Tertiary site color.

    Declaration
    public string Tertiary { get; set; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX