MoveDirection Enumeration

CVB.Net Documentation
Move directions.

Namespace:  Stemmer.Cvb.Wpf.Adorners
Assembly:  Stemmer.Cvb.Wpf (in Stemmer.Cvb.Wpf.dll) Version: 14.0.0.0
Syntax

[FlagsAttribute]
public enum MoveDirection
Members

  Member nameValueDescription
Horizontal1 Control can be moved horizontal only.
Vertical2 Control can be moved vertically only.
Both3 Control can be moved horizontal and vertical.
See Also

Reference