[Visual
Basic] imagekitcontrolname.Edit.AirBrushSize
[ = AirBrushSizeConstants ]
[Visual
C++] [long =
]imagekitcontrolname.GetEdit().GetAirBrushSize()
imagekitcontrolname.GetEdit().SetAirBrushSize(long Val)
imagekitcontrolname.GetEdit().SetAirBrushSize(long Val)
Property Value
Value | Explanation |
---|---|
0 | AirBrush1 (AirBrushSize1) |
1 | AirBrush2 (AirBrushSize2) |
2 | AirBrush3 (AirBrushSize3) |
3 | AirBrush4 (AirBrushSize4) |
4 | AirBrush5 (AirBrushSize5) |
It's also possible to use the following constants in Visual Basic (ikAirBrushSize1 = 0, ikAirBrushSize= 1, ikAirBrushSize3 = 2, ikAirBrushSize4 = 3, ikAirBrushSize5 = 4).
Explanation
The AirBrushSize property sets the size of airbrush used in the image editing toolbar. The AirBrushSize property is used to change the airbrush by code, i.e. when the AirBrushSize property is 0, the size set in the AirBrushSize1 property is used.
Note: If an airbrush object on the image editing toolbar is selected, that size is used.
Setting this value
This value can be set at run-time.Retrieving this value
This value can be retrieved at run-time.