SnapLineType Enum

Definition

Specifies the orientation and relative location of a snapline.

public enum class SnapLineType
public enum SnapLineType
type SnapLineType = 
Public Enum SnapLineType
Inheritance
SnapLineType

Fields

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.

Bottom 1

A horizontal snapline typically aligned to the bottom edge of a control.

Horizontal 4

A horizontal snapline typically not associated with an 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.

Top 0

A horizontal snapline typically aligned to the top edge of a control.

Vertical 5

A vertical snapline typically not associated with an edge of a control.

Remarks

The SnapLineType enumeration can be specified when creating an instance of the SnapLine class.

Applies to

See also