ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockWindow Class / IsResizable Property

In This Topic
    IsResizable Property (C1DockWindow)
    In This Topic
    Gets or sets whether the window can be resized and maximized.
    Syntax
    'Declaration
     
    Public Property IsResizable As Boolean
    public bool IsResizable {get; set;}
    See Also