Click or drag to resize
IceNetPageAttributeCustomColor Property
Custom color can be any string usable in css e.g. "red", "rgb(1,2,3)". Set StylesheetColor to Custom and EnableStylesheet to true in order to use custom color.

Namespace: PDTec.IceNet.Web.UI
Assembly: PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public string CustomColor { get; set; }

Property Value

Type: String
See Also