This property selects the fill pattern used in the image editing toolbar

[C++Builder]   imagekitcontrolname->Edit->FillPattern [ = TVIkFillPattern ]
[Delphi]   imagekitcontrolname.Edit.FillPattern [ = TVIkFillPattern ]

[TVIkFillPattern Type]

Unit
     IkInit

type
     TVIkFillPattern = (vikFramePattern, vikFillPattern, vikFillFramePattern);

Property Value

Value Explanation
vikFramePattern Outline
vikFillPattern Fill
vikFillFramePattern Outline + fill

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.

Differences from ImageKit 7/8/9/10 ActiveX

The VCL constants have a "v". In ActiveX, the constants are ikFramePattern = 0, ikFillPattern = 1, ikFillFramePattern = 2.

 

The ImageKit10 VCL is a product created by Newtone Corporation