TdxNavBarOfficeNavigationBarOptionsView.ItemRotation Property
Specifies the active UI element orientation (rotation) mode.
Declaration
property ItemRotation: TdxDefaultBoolean read; write; default bDefault;
Property Value
| Type | Default | Description |
|---|---|---|
| TdxDefaultBoolean | bDefault |
|
Remarks
UI element orientation depends on the current orientation (layout) of the Office Navigation Bar. You can set the ItemRotation property to bTrue or bFalse to use the rotated or standard UI element orientation regardless of the current Office Navigation Bar layout.
Default Value
The ItemRotation property’s default value is bDefault.
See Also