'Declaration Public Property UseSizingCursors As Boolean
public bool UseSizingCursors { get; set; }
Property Value
true - SizingCursorNS must be used as cursor when the bounding box is resizing in north/south or south/north direction, SizingCursorWE must be used as cursor when the bounding box is resizing in west/east or east/west direction, SizingCursorNWSE must be used as cursor when the bounding box is resizing in northwest/southeast or southeast/northwest direction, SizingCursorNESW must be used as cursor for top-right when the bounding box is resizing in northeast/southwest or southwest/northeast direction;
false - TopLeftPoint.Cursor must be used as cursor for top-left interaction point, TopPoint.Cursor must be used as cursor for top-center interaction point, TopRightPoint.Cursor must be used as cursor for top-right interaction point, LeftPoint.Cursor must be used as cursor for center-left interaction point, RightPoint.Cursor must be used as cursor for center-right interaction point, BottomLeftPoint.Cursor must be used as cursor for bottom-left interaction point, BottomLeftPoint.Cursor must be used as cursor for bottom-center interaction point, BottomLeftPoint.Cursor must be used as cursor for bottom-right interaction point.
false - TopLeftPoint.Cursor must be used as cursor for top-left interaction point, TopPoint.Cursor must be used as cursor for top-center interaction point, TopRightPoint.Cursor must be used as cursor for top-right interaction point, LeftPoint.Cursor must be used as cursor for center-left interaction point, RightPoint.Cursor must be used as cursor for center-right interaction point, BottomLeftPoint.Cursor must be used as cursor for bottom-left interaction point, BottomLeftPoint.Cursor must be used as cursor for bottom-center interaction point, BottomLeftPoint.Cursor must be used as cursor for bottom-right interaction point.