CustomLineCap::BaseInset Property

 

Gets or sets the distance between the cap and the line.

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

public:
property float BaseInset {
	float get();
	void set(float value);
}

Property Value

Type: System::Single

The distance between the beginning of the cap and the end of the line.

.NET Framework
Available since 1.1
Return to top
Show: