GoXam for WPF v3
ReshapeBehavior Enumeration
Northwoods.GoXam.Tool Namespace : ReshapeBehavior Enumeration
This enumeration lists the permissible drag directions for a reshape handle.
Syntax
public enum ReshapeBehavior : System.Enum 
Members
MemberDescription
All Allow dragging in any direction.
Horizontal Allow only horizontal (left-and-right) dragging.
None Disallow dragging.
Vertical Allow only vertical (up-and-down) dragging.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoXam.Tool.ReshapeBehavior

See Also

Reference

Northwoods.GoXam.Tool Namespace