Skip to main content
All docs
V26.1
  • 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
    bDefault

    Automatic UI Item Orientation Mode. UI item orientation depends on the current Office Navigation Bar layout:

    bTrue
    UI elements are always rotated left by 90 degrees to match the current Office Navigation Bar orientation.
    bFalse
    UI elements are always displayed as is regardless of the Office Navigation Bar orientation.

    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