Click or drag to resize

ApplicationIconColor Enumeration

Lists the available colors for the application icon (in the waffle menu from the Packflow site's header).

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public enum ApplicationIconColor
Members
  Member nameValueDescription
Branding0 Use the branding (theme) color of the site
Blue1 Color blue
Cyan2 Color cyan
DarkBlue3 Color dark blue
Purple4 Color purple
DarkPurple5 Color dark purple
DeepPurple6 Color deep purple
Indigo7 Color indigo
DarkIndigo8 Color dark indigo
Teal9 Color teal
DarkTeal10 Color dark teal
Green11 Color green
DarkGreen12 Color dark green
Orange13 Color orange
Brown14 Color brown
Red15 Color red
DarkRed16 Color dark red
Pink17 Color pink
DarkPink18 Color dark pink
Grey19 Color grey
BlueGrey20 Color blue grey
Custom21 A specific color specified in another field.
See Also