[]
Specifies position in which a C1SplitterPanel is docked.
public enum PanelDockStyle
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. |