[Visual
Basic] imagekitcontrolname.Edit.Blur
[ = Boolean ]
[Visual C++] [
BOOL =
]imagekitcontrolname.GetEdit().GetBlur()
imagekitcontrolname.GetEdit().SetBlur(BOOL Val)
imagekitcontrolname.GetEdit().SetBlur(BOOL Val)
Property Value
Value | Explanation |
---|---|
True | mist (the spray is blurred to a fine mist) |
False | spray |
Explanation
The Blur property sets the pattern of the airbrush used in the image editing toolbar. The default value is True.
Setting this value
This value can be set at run-time.Retrieving this value
This value can be retrieved at run-time.