Gets or sets dot length.

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

Syntax

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

See Also