Pen::DashOffset Property

 

Gets or sets the distance from the start of a line to the beginning of a dash pattern.

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

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

Property Value

Type: System::Single

The distance from the start of a line to the beginning of a dash pattern.

Exception Condition
ArgumentException

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