ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1Window Class / IsResizableProperty Field



In This Topic
    IsResizableProperty Field
    In This Topic
    Identifies the IsResizable dependency property.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly IsResizableProperty As DependencyProperty
    'Usage
     
    
    Dim value As DependencyProperty
     
    value = C1Window.IsResizableProperty
    public static readonly DependencyProperty IsResizableProperty
    public:
    static readonly DependencyProperty^ IsResizableProperty
    See Also