Pen::CustomEndCap Property
.NET Framework (current version)
Gets or sets a custom cap to use at the end of lines drawn with this Pen.
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 |
.NET Framework
Available since 1.1
Available since 1.1
Show: