[]
Specifies the direction in which the navigation bar is collapsed.
public enum CollapseDirectionEnum
Name | Description |
---|---|
Auto | The direction in which the bar collapses is determined by the value of the control's Dock property. |
ToBottom | The bar collapses to the bottom. |
ToLeft | The bar collapses to the left. |
ToRight | The bar collapses to the right. |
ToTop | The bar collapses to the top. |