VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfBoundingBoxInteractionPoints Class / UseSizingCursors Property
Syntax Requirements SeeAlso
In This Topic
    UseSizingCursors Property (WpfBoundingBoxInteractionPoints)
    In This Topic
    Gets or sets a value indicating whether bounding box must use the sizing cursors as cursors for interaction points of bounding box.
    Syntax
    'Declaration
    
    Public Property UseSizingCursors As Boolean
    
    
    public bool UseSizingCursors { get; set; }
    
    
    public: __property bool get_UseSizingCursors();
    public: __property void set_UseSizingCursors(
    bool value
    );
    public:
    property bool UseSizingCursors { bool get(); void set(bool value); }

    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.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also