ComponentOne Basic Library for WPF and Silverlight
IsResizable Property (C1Window)


C1.WPF Namespace > C1Window Class : IsResizable Property
Gets or sets whether the window can be resized and maximized.
Syntax
'Declaration
 
Public Property IsResizable As System.Boolean
'Usage
 
Dim instance As C1Window
Dim value As System.Boolean
 
instance.IsResizable = value
 
value = instance.IsResizable
public System.bool IsResizable {get; set;}
See Also

Reference

C1Window Class
C1Window Members