Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
Surface property 
 
Type
[Visual Basic] 
Public Property Surface As Ctl3d.Surfaces 
 
[C#] 
public Ctl3d.Surfaces Surface {get; set;} 
 
[C++] 
public: __property Ctl3d.Surfaces get_Surface(); 
public: __property void set_Surface(Ctl3d.Surfaces);
 
 
Remarks
The button surface type. 
Supported values are the following: 
Enumerated value
Value
Meaning
Surfaces.HardPillow
0 (default)
Hard pillow. Below you can see a sample of the button surface in Normal and Pressed state: 
Surfaces.SoftPillow
1
Soft pillow: this kind of surface differs from the previous Hard pillow surface only when the button is in Pressed state. Below you can see a sample of the button surface in Normal and Pressed state: 
Surfaces.Flat
2
Flat 
Surfaces.FlatPillow
3
Flat pillow 
Surfaces.SunkenPillow
4
Sunken pillow  (Available only with Professional edition) 
Surfaces.Plastic
5
Plastic look (Available only with Professional edition) 
Surfaces.Lucid
6
Lucid look (Available only with Professional edition) 
Surfaces.Neon
7
Neon look (Available only with Professional edition) 
Surfaces.Aqua
8
Aqua look (Available only with Professional edition) 
Surfaces.Gel
9
Gel look (Available only with Professional edition) 
Surfaces.PlasticShaped
10
Plastic shaped look (Available only with Professional edition) 
Surfaces.NeonShaped
11
Neon shaped look (Available only with Professional edition) 
Surfaces.AquaShaped
12
Aqua shaped look (Available only with Professional edition) 
 
In order to change this setting at Design-time take a look to the How to change the control appearance section.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index