Glossary Item Box

LabDevTools Send comments on this topic.

Color3D

Gets or sets the color for the 3D look of the control.

 

[Visual Basic]
Public Property Color3D As Color
 
[C#]
public Color Color3D
{get; set;}
Observations:

If the value of property Style3D is False, the color of control is that one BackColor property.

Of default it is Drawing.Color.FromArgb(255, 50, 50, 50). 

See also:

Border3DStyle | NeedleColor | Style3D | Ticks

 


Copyright © 2007 LabDevTools. All Rights Reserved.