Table of Contents

Class ColorSchemeIcon

Namespace
Dynamicweb.CoreUI.Displays.Information
Assembly
Dynamicweb.CoreUI.dll
public sealed class ColorSchemeIcon : DisplayBase
Inheritance
ColorSchemeIcon
Inherited Members
Extension Methods

Properties

BackgroundColor

public string? BackgroundColor { get; set; }

Property Value

string

ForegroundColor

public string? ForegroundColor { get; set; }

Property Value

string

PrimaryAction

public ActionBase? PrimaryAction { get; set; }

Property Value

ActionBase

PrimaryButtonColor

public string? PrimaryButtonColor { get; set; }

Property Value

string

SecondaryButtonColor

public string? SecondaryButtonColor { get; set; }

Property Value

string

Size

public ColorSchemeIcon.IconSize Size { get; set; }

Property Value

ColorSchemeIcon.IconSize
To top