'Declaration
Public Enum PanelDockStyle Inherits System.Enum
public enum PanelDockStyle : System.Enum
'Declaration
Public Enum PanelDockStyle Inherits System.Enum
public enum PanelDockStyle : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.Win.SplitContainer.PanelDockStyle