[Visual
Basic] imagekitcontrolname.GradBackColor
[= Long ]
[Visual
C++] [long =
]imagekitcontrolname.GetGradBackColor()
imagekitcontrolname.SetGradBackColor(long Val)
imagekitcontrolname.SetGradBackColor(long Val)
Property Value
GradBackColor - the graduation background color.
Explanation
The GradBackColor property sets the background color of
the graduation in the ImageKit Control. Color can be set using
RGB(Red, Green, Blue) or the equivalent value.
Ex.
GradBackColor = RGB(255, 0, 0)
Or
GradBackColor = &H000000FF&
(VisualBasic)
The GradColor and
GradBackColor properties are enabled when the Grad property is 1 or more.
Setting this value
This value can be set at design-time and run-time.Retrieving this value
This value can be retrieved at run-time.