TdxNavBarOfficeNavigationBarOptionsView.Orientation Property
Specifies if the links are arranged horizontally or vertically within the Office Navigation Bar.
Declaration
property Orientation: TdxOrientation read; write; default orHorizontal;
Property Value
Type | Default |
---|---|
TdxOrientation | orHorizontal |
Remarks
Use this property to change the Office Navigation Bar layout. Options include:
Value | Description |
---|---|
orHorizontal | The navigation links are arranged from left to right. |
orVertical | The navigation links are arranged from bottom to top. |
The default value of the Orientation property is orHorizontal.
See Also