CustomLineCap::BaseCap Property

 

Gets or sets the LineCap enumeration on which this CustomLineCap is based.

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

public:
property LineCap BaseCap {
	LineCap get();
	void set(LineCap value);
}

Property Value

Type: System.Drawing.Drawing2D::LineCap

The LineCap enumeration on which this CustomLineCap is based.

.NET Framework
Available since 1.1
Return to top
Show: