SnapLineType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the orientation and relative location of a snapline.
public enum class SnapLineType
public enum SnapLineType
type SnapLineType =
Public Enum SnapLineType
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Top | 0 | A horizontal snapline typically aligned to the top edge of a control. |
Bottom | 1 | A horizontal snapline typically aligned to the bottom edge of a control. |
Left | 2 | A vertical snapline typically aligned to the left edge of a control. |
Right | 3 | A vertical snapline typically aligned to the right edge of a control. |
Horizontal | 4 | A horizontal snapline typically not associated with an edge of a control. |
Vertical | 5 | A vertical snapline typically not associated with an edge of a control. |
Baseline | 6 | A horizontal snapline typically associated with a primary internal feature of a control; for example, the base of the text string in a Label control. |
Remarks
The SnapLineType enumeration can be specified when creating an instance of the SnapLine class.
Applies to
See also
.NET