ComponentOne FinancialChart for WPF
IsResizable Property



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

Reference

C1Window Class
C1Window Members