Pens.DodgerBlue Propriedade

Definição

Um objeto Pen definido pelo sistema com uma largura de 1.A system-defined Pen object with a width of 1.

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

Valor da propriedade

Pen

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

Comentários

Para ver a cor representada por essa caneta e outras canetas nessa classe, consulte cores por nome.To see the color represented by this pen and other pens in this class, see Colors by Name.

Aplica-se a