Copyright © 2003-2024 MultiMedia Soft

SurfaceColor.BackColor property

Previous pageReturn to chapter overviewNext page

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.

3dcm_i00005c

 

 

See also

SurfaceColor class.

ColorSurfaceNormal, ColorSurfaceMO, ColorSurfaceInternal, ColorSurfaceFocus, ColorSurfaceDisabled, ColorSurfacePressed properties.

How to change the control colors section.