The orientation used by snap lines.

Namespace: yWorks.yFiles.UI.Input
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public enum SnapLineOrientation
Visual Basic
Public Enumeration SnapLineOrientation

Members

Member nameDescription
Horizontal0 Constant that describes a horizontal orientation of a snap line.
Vertical1 Constant that describes a vertical orientation of a snap line.

See Also