SnapLineType Enumeration
.NET Framework 4.5
Specifies the orientation and relative location of a snapline.
Namespace: System.Windows.Forms.Design.Behavior
Assembly: System.Design (in System.Design.dll)
| Member name | Description | |
|---|---|---|
| Top | A horizontal snapline typically aligned to the top edge of a control. | |
| Bottom | A horizontal snapline typically aligned to the bottom edge of a control. | |
| Left | A vertical snapline typically aligned to the left edge of a control. | |
| Right | A vertical snapline typically aligned to the right edge of a control. | |
| Horizontal | A horizontal snapline typically not associated with an edge of a control. | |
| Vertical | A vertical snapline typically not associated with an edge of a control. | |
| Baseline | A horizontal snapline typically associated with a primary internal feature of a control; for example, the base of the text string in a System.Windows.Forms.Label control. |
The SnapLineType enumeration can be specified when creating an instance of the SnapLine class.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.