|
|
|
SftBoxItems.Appearance Property |
Defines the appearance of all items.
Syntax
VB.NET |
Style = object.Appearance As Short |
||
VB |
Style = object.Appearance As Integer |
||
C#.NET |
short Style = object.Appearance; |
||
VC++ |
short Style = object->Appearance;
|
||
C |
HRESULT object->get_Appearance(short* Style); |
||
Delphi |
Style := object.Appearance : Smallint; |
||
VB.NET |
object.Appearance = Style As Short |
||
VB |
object.Appearance = Style As Integer |
||
C#.NET |
short object.Appearance = Style; |
||
VC++ |
short object->Appearance = Style;
|
||
C |
HRESULT object->put_Appearance(short Style); |
||
Delphi |
object.Appearance := Style : Smallint; |
object
A SftBoxItems object.
Style
Defines the appearance of all items.
Value |
Description |
0 |
Flat, without visual effects. |
1 |
Items are rendered using a 3D effect using the colors defined using Items.HilightColor and Items.ShadowColor. |
Comments
The Appearance property defines the appearance of all items.
If 3D rendering is chosen, the color properties Items.HilightColor and Items.ShadowColor are used to display dark and highlighted edges around the items. The Items.BackColor and Items.ForeColor properties are automatically updated with default values.