Pen.CustomStartCap Propiedad
Definición
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 de propiedad
Un CustomLineCap que representa el extremo usado al comienzo de las líneas dibujadas con este Pen.A CustomLineCap that represents the cap used at the beginning of lines drawn with this Pen.
Excepciones
El valor de la propiedad CustomStartCap se establece en un objeto Pen inmutable, como los devueltos por la clase Pens.The CustomStartCap property is set on an immutable Pen, such as those returned by the Pens class.