Gets or sets dash length.

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public float DashLenght { get; set; }
Visual Basic (Declaration)
Public Property DashLenght As Single
Visual C++
public:
property float DashLenght {
	float get ();
	void set (float value);
}

See Also