SystemBrushes.ControlLight Propriedade

Definição

Obtém um SolidBrush que é a cor clara de um elemento 3D.Gets a SolidBrush that is the light color of a 3-D element.

public:
 static property System::Drawing::Brush ^ ControlLight { System::Drawing::Brush ^ get(); };
public static System.Drawing.Brush ControlLight { get; }
member this.ControlLight : System.Drawing.Brush
Public Shared ReadOnly Property ControlLight As Brush

Valor da propriedade

Brush

Um SolidBrush que é a cor clara de um elemento 3D.A SolidBrush that is the light color of a 3-D element.

Comentários

A cor clara é aplicada a partes de um elemento 3D que estão voltadas para a fonte de luz.The light color is applied to parts of a 3-D element that face the light source.

Aplica-se a