Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1CommandDock Class / AutoSize Property

In This Topic
    AutoSize Property (C1CommandDock)
    In This Topic
    Sets or returns whether the dock automatically adjusts its size.
    Syntax
    'Declaration
     
    
    Public Shadows Property AutoSize As Boolean
    public new bool AutoSize {get; set;}
    See Also