Skip to main content

TdxNavBarStyleItem.Style Property

Specifies the style settings for a custom style item.

Declaration

property Style: TdxNavBarStyle read; write;

Property Value

Type
TdxNavBarStyle

Remarks

Use the Style property to access the style settings of a custom created style item. This property refers to the object of the TdxNavBarStyle type used to contain the style settings both for custom styles and default styles of the NavBar control. The properties provided by the TdxNavBarStyle object specifies the background color, alpha blending and gradient modes, font settings, horizontal and vertical alignment, etc.

See Also