These properties set the size of the eraser used in the image editing toolbar
* EraserSize1 is explained. The other properties are used in the same way.
[Visual
Basic] imagekitcontrolname.Edit.EraserSize1
[ = Integer ]
[Visual
C++] [short =
]imagekitcontrolname.GetEdit().GetEraserSize1()
imagekitcontrolname.GetEdit().SetEraserSize1(short Val)
imagekitcontrolname.GetEdit().SetEraserSize1(short Val)
Property Value
The size of the eraser (in pixels). By default, EraserSize1 is 1, EraserSize2 is 3, EraserSize3 is 6, EraserSize4 is 9, and EraserSize5 is 12.
Explanation
These properties set the size of the eraser used in the image editing toolbar.
These properties define 5 distinct sizes for the eraser that is used in the image editing toolbar.
Setting this value
This value can be set at run-time.Retrieving this value
This value can be retrieved at run-time.