SystemBrushes::ControlLight Property

 

Gets a SolidBrush that is the light color of a 3-D element.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
property Brush^ ControlLight {
	static Brush^ get();
}

Property Value

Type: System.Drawing::Brush^

A SolidBrush that is the light color of a 3-D element.

The light color is applied to parts of a 3-D element that face the light source.

.NET Framework
Available since 1.1
Return to top
Show: