These properties set the size of the pen used in the image-editing toolbar
* PenSize1 is explained. The other properties are used in the same way.
[Visual
Basic] imagekitcontrolname.Edit.PenSize1
[ = Integer ]
[Visual
C++] [short =
]imagekitcontrolname.GetEdit().GetPenSize1()
imagekitcontrolname.GetEdit().SetPenSize1(short Val)
imagekitcontrolname.GetEdit().SetPenSize1(short Val)
Property Value
The size of the pen (in pixels).
By default, PenSize1 is 1, PenSize2 is 2, PenSize3 is 3, PenSize4 is 4, and PenSize5 is 5.
Explanation
These properties set the size of the pen used in the image-editing toolbar.
These properties define 5 distinct sizes for the pen 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.