[Visual
Basic] imagekitcontrolname.GradColor
[= Long ]
[Visual
C++] [long =
]imagekitcontrolname.GetGradColor()
imagekitcontrolname.SetGradColor(long Val)
imagekitcontrolname.SetGradColor(long Val)
Property Value
GradColor - the color of the graduation lines.
Explanation
The GradColor property sets the color of the graduation
in the ImageKit Control. Color can be set using RGB(Red, Green,
Blue) or the equivalent value.
Ex.
GradColor = RGB(255, 0, 0)
Or
GradColor = &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.