Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Core Namespace / WindowResizeThumb Enumeration


In This Topic
    WindowResizeThumb Enumeration
    In This Topic
    Identifies one of the resize thumbs used during the WindowResizeThumbDrag and WindowResizeThumbDrag events.
    Syntax
    'Declaration
     
    Public Enum WindowResizeThumb 
       Inherits System.Enum
    'Usage
     
    Dim instance As WindowResizeThumb
    public enum WindowResizeThumb : System.Enum 
    Members
    MemberDescription
    BottomThe bottom grip control.
    BottomLeftThe bottom-left grip control.
    BottomRightThe bottom-right grip control.
    Count 
    GripRefers to the lower right gripping control when window's ResizeMode is CanResizeWithGrip.
    LeftThe left grip control.
    RightThe right grip control.
    TopThe top grip control.
    TopLeftThe top-left grip control.
    TopRightThe top-right grip control.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Wpf.Toolkit.Core.WindowResizeThumb

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also