These properties set the type of ellipse (whether circle or ellipse) used in the image editing toolbar
* Circle is explained. cCircle is used in the same way.
[Visual
Basic] imagekitcontrolname.Edit.Circle
[ = Boolean ]
[Visual C++] [
BOOL =
]imagekitcontrolname.GetEdit().GetCircle()
imagekitcontrolname.GetEdit().SetCircle(BOOL Val)
imagekitcontrolname.GetEdit().SetCircle(BOOL Val)
Property Value
Value | Explanation |
---|---|
True | Circle |
False | Ellipse |
Explanation
These properties set the type of ellipse (whether circle or ellipse) used in the image editing toolbar. The default value is False.
Note: In VisualBasic the Circle property can not be set so the cCircle property was added.
Setting this value
This value can be set at run-time.Retrieving this value
This value can be retrieved at run-time.