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)
[VB.NET]   imagekitcontrolname.Edit.Circle [ = Boolean ]
[C#.NET]   imagekitcontrolname.Edit.Circle [ = bool ]

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 (not including .NET), 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.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation