Pen.CustomEndCap Propriedade

Definição

Obtém ou define um limite personalizado a ser usado ao final das linhas desenhadas com este Pen.Gets or sets a custom cap to use at the end of lines drawn with this Pen.

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

Valor da propriedade

CustomLineCap

Um CustomLineCap que representa o limite usado no final das linhas desenhadas com este Pen.A CustomLineCap that represents the cap used at the end of lines drawn with this Pen.

Exceções

A propriedade CustomEndCap é definida em um Pen imutável, como os que são retornados pela classe Pens.The CustomEndCap property is set on an immutable Pen, such as those returned by the Pens class.

Aplica-se a