This topic has not yet been rated - Rate this topic

SnapLineType Enumeration

Specifies the orientation and relative location of a snapline.

Namespace:  System.Windows.Forms.Design.Behavior
Assembly:  System.Design (in System.Design.dll)
public enum SnapLineType
Member nameDescription
TopA horizontal snapline typically aligned to the top edge of a control.
BottomA horizontal snapline typically aligned to the bottom edge of a control.
LeftA vertical snapline typically aligned to the left edge of a control.
RightA vertical snapline typically aligned to the right edge of a control.
HorizontalA horizontal snapline typically not associated with an edge of a control.
VerticalA vertical snapline typically not associated with an edge of a control.
BaselineA 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.

.NET Framework

Supported in: 4.5, 4, 3.5, 3.0, 2.0

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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.