ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / PanelElement Class / Dock Property

In This Topic
    Dock Property (PanelElement)
    In This Topic
    Gets or sets which panel borders are docked to its parent element.
    Syntax
    'Declaration
     
    
    Public Property Dock As DockStyle
    public DockStyle Dock {get; set;}
    See Also