This property sets the appearance of the ImageKit Control border

[C++Builder]   imagekitcontrolname->Appearance[= TVIkAppearance ]
[Delphi]   imagekitcontrolname.Appearance[= TVIkAppearance ]

[TVIkAppearance Type]

Unit
     IkInit

type
     TVIkAppearance = (vikFlat, vikLowered, vikRaised);

Property Value

Value Explanation
vikFlat Flat
vikLowered Lowered
vikRaised Raised

Explanation

The Appearance property sets the appearance of the ImageKit Control border. The Apperance property is enabled when the BorderVisible property is set to True. When the Apperance property is set to vikFlat, the color of the border is determined by the BorderColor property.

Setting this value

This value can be set at design-time and run-time.

Retrieving this value

This value can be retrieved at run-time.

Differences from ImageKit7/8/9/10 ActiveX

The VCL constants have a "v". In ActiveX, the constants are ikFlat, ikLowered, and ikRaised

The ImageKit10 VCL is a product created by Newtone Corporation