Pen.CustomStartCap Propriedade

Definição

Obtém ou define um limite personalizado a ser usado no início das linhas desenhadas com isso Pen.

public:
 property System::Drawing::Drawing2D::CustomLineCap ^ CustomStartCap { System::Drawing::Drawing2D::CustomLineCap ^ get(); void set(System::Drawing::Drawing2D::CustomLineCap ^ value); };
public System.Drawing.Drawing2D.CustomLineCap CustomStartCap { get; set; }
member this.CustomStartCap : System.Drawing.Drawing2D.CustomLineCap with get, set
Public Property CustomStartCap As CustomLineCap

Valor da propriedade

Um CustomLineCap que representa o limite usado no início das linhas desenhadas com este Pen.

Exceções

A CustomStartCap propriedade é definida em um imutável Pen, como os retornados pela Pens classe.

Aplica-se a