[Visual
Basic] imagekitcontrolname.BlinkSpeed
[= BlinkSpeedConstants ]
[Visual
C++] [long =
]imagekitcontrolname.GetBlinkSpeed()
imagekitcontrolname.SetBlinkSpeed(long Val)
imagekitcontrolname.SetBlinkSpeed(long Val)
Property Value
Value | Explanation |
---|---|
0 | Slow |
1 | Normal |
2 | Fast |
In Visual Basic, it is also possible to use the following constants: (ikSlow = 0, ikMedium = 1, ikFast = 2)
Explanation
The BlinkSpeed property sets the speed at which the border of the selected area blinks. This property is only effective when the RectDraw property is True and an area has been selected in the ImageKit Control.
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.