Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / ResizingEventArgs Class / Side Property

In This Topic
    Side Property (ResizingEventArgs)
    In This Topic
    The side of the C1DockingTab control that is being resized.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Side As AnchorStyles
    public AnchorStyles Side {get;}
    See Also