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: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public string CustomColor { get; set; }

Property Value

Type: String
See Also