Pen::CustomEndCap Property

 

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

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

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

Property Value

Type: System.Drawing.Drawing2D::CustomLineCap^

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

Exception Condition
ArgumentException

The CustomEndCap 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: