ControlDesigner::SnapLines Property

 

Gets a list of SnapLine objects representing significant alignment points for this control.

Namespace:   System.Windows.Forms.Design
Assembly:  System.Design (in System.Design.dll)

public:
property IList^ SnapLines {
	virtual IList^ get();
}

Property Value

Type: System.Collections::IList^

A list of SnapLine objects representing significant alignment points for this control.

You can use the offered SnapLine objects to assist in positioning the control on a design surface.

.NET Framework
Available since 2.0
Return to top
Show: