This property selects the fill pattern used in the image editing toolbar
[Visual Basic]   imagekitcontrolname.Edit.FillPattern [ = FillPatternConstants ]
[Visual C++]     [long= ]imagekitcontrolname.GetEdit().GetFillPattern()
                 imagekitcontrolname.GetEdit().SetFillPattern(long Val)

Property Value

Value Explanation
0 Outline
1 Fill
2 Outline + fill

It's also possible to use the following constants in Visual Basic (ikFramePattern = 0, ikFillPattern = 1, ikFillFramePattern = 2).

Explanation

The FillPattern property sets the fill pattern when drawing a rectangle, ellipse, and rounded rectangle.

Setting this value

  This value can be set at run-time.

Retrieving this value

  This value can be retrieved at run-time.

 

The ImageKit8 ActiveX is a product created by Newtone Corporation