Using snap lines for aligning controls

Namespace:  Greatis.FormDesigner
Assembly:  Greatis.FormDesigner (in Greatis.FormDesigner.dll)

Syntax

Visual Basic (Declaration)
Public Property UseSnapLines As Boolean
C#
public bool UseSnapLines { get; set; }
Visual C++
public:
property bool UseSnapLines {
	bool get ();
	void set (bool value);
}
JavaScript
function get_useSnapLines();
function set_useSnapLines(value);

See Also