Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
SurfaceColor.BackColor property 
 
Type
[Visual Basic] 
Overrides Public Property BackColor As Color 
 
[C#] 
public override Color BackColor {get; set;} 
 
[C++] 
public: __property Color get_BackColor(); 
public: __property void set_BackColor(Color);
 
 
Remarks
The RGB color used for calculating the gradient 3D rendering. 
In the sample below you can see on the left a button with the default Grey value RGB (192, 192, 192) applied and, on the right, the same button with a Cyan value RGB (0, 255, 255) applied. 
 
 
See also
SurfaceColor class. 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index