Pen::CustomStartCap Property

 

Gets or sets a custom cap to use at the beginning of lines drawn with this Pen.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
property CustomLineCap^ CustomStartCap {
	CustomLineCap^ get();
	void set(CustomLineCap^ value);
}

Property Value

Type: System.Drawing.Drawing2D::CustomLineCap^

A CustomLineCap that represents the cap used at the beginning of lines drawn with this Pen.

Exception Condition
ArgumentException

The CustomStartCap property is set on an immutable Pen, such as those returned by the Pens class.

.NET Framework
Available since 1.1
Return to top
Show: