[Visual
Basic] imagekitcontrolname.DrawVectorColor
[= Long ]
[Visual
C++] [long =
]imagekitcontrolname.GetDrawVectorColor()
imagekitcontrolname.SetDrawVectorColor(long Val)
imagekitcontrolname.SetDrawVectorColor(long Val)
Property Value
The color used to draw the vector image. Default is -1. When the default value is used, the vector image is drawn using the vector image's own color values
Explanation
The DrawVectorColor property sets the color used when vector images are displayed in the ImageKit Control. To set a value, use the default value of -1 or the appropriate RGB(Red, Green, Blue) value. When the default value is used, the vector image is drawn using the vector image's own color values. When a RGB value is set, the vector image will be drawn using that single color.
Setting this value
This value can be set at run-time.Retrieving this value
This value can be retrieved at run-time.