This property sets the appearance of the Thumbnail Control.

[C++Builder]   thumbcontrolname->Appearance [ = ImageKit10Thumb(A)Lib.AppearanceConstants ]
[Delphi]   thumbcontrolname.Appearance [ = ImageKit10Thumb(A)Lib.AppearanceConstants ]

[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 Thumbnail Control. The Appearance property is enabled when the BorderVisible property is set to True. When the Appearance property is set to vikFlat, the border color 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, ikRaised).

 

The ImageKit10 VCL is a product created by Newtone Corporation