Click or drag to resize

PFWaffleItemCustomColorHexCode Property

Optional. Gets or sets the custom background color of this waffle item (as custom hex color code, e.g. #FE4C12). If not provided, the Color property will be used.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
[DataMemberAttribute]
public string CustomColorHexCode { get; set; }

Property Value

Type: String
See Also