Brushes.PowderBlue Propriedade

Definição

Obtém um objeto Brush definido pelo sistema.Gets a system-defined Brush object.

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

Valor da propriedade

Brush

Um objeto Brush definido como uma cor definida pelo sistema.A Brush object set to a system-defined color.

Comentários

Para ver a cor representada por este pincel e outros pincéis nessa classe, consulte cores por nome.To see the color represented by this brush and other brushes in this class, see Colors by Name.

Aplica-se a