ResizerRole Enumeration

CVB.Net Documentation
Resizer role defines what the resizer can actually do.

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

public enum ResizerRole
Members

  Member nameValueDescription
Undefined0 unable to identify...
All1 Resize in all directions simultaneously
LeftTop2 Resize at the left top handle
CenterTop3 Resize at the center top handle
RightTop4 Resize at the right top handle
LeftCenter5 Resize at the left center handle
RightCenter6 Resize at the right center handle
LeftBottom7 Resize at the left bottom handle
CenterBottom8 Resize at the center bottom handle
RightBottom9 Resize at the right bottom handle
See Also

Reference