Click or drag to resize
ITopBannerARGBColor Property
Get/Set the text color according to an RGB value

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
int ARGBColor { get; set; }

Property Value

Type: Int32
Remarks
The dblColorFromRGB(red, green, blue) function is to be used to generate an RGB value
Examples
To set the text color to be Red, set it using the dblColorFromRGB(red, green, blue) function: TopBanner.ARGBColor = dblColorFromRGB(255, 0, 0)
See Also