Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1Window Class / IsResizable Property

In This Topic
    IsResizable Property (C1Window)
    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