Skip to main content

TdxNavBarBaseStyle Class

Represents the ancestor of the TdxNavBarStyle and TdxNavBarDefaultStyle classes.

Declaration

TdxNavBarBaseStyle = class(
    TcxOwnedPersistent
)

Remarks

The TdxNavBarBaseStyle object provides style settings of NavBar elements. Settings available include background colors, gradient direction, font settings, text alignment and the background image. The TdxNavBarStyle and TdxNavBarDefaultStyle classes inherit these settings and introduce their own properties relating to custom and default styles respectively.

Inheritance

See Also