ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1Window Class / IsResizable Property



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