[]
        
(Showing Draft Content)

C1.Win.C1SplitContainer.PanelDockStyle

PanelDockStyle Enum

Specifies position in which a C1SplitterPanel is docked.

Namespace: C1.Win.C1SplitContainer
Assembly: C1.Win.C1SplitContainer.4.8.dll
Syntax
public enum PanelDockStyle

Fields

Name Description
Bottom

The C1SplitterPanel's bottom edge is docked to the bottom of its containing C1SplitContainer.

Left

The C1SplitterPanel's left edge is docked to the left edge of its containing C1SplitContainer.

Right

The C1SplitterPanel's right edge is docked to the right edge of its containing C1SplitContainer.

Top

The C1SplitterPanel's top edge is docked to the top of its containing C1SplitContainer.