Skip to main content

TdxMapControlNavigationPanelStyle.ElementColor Property

Specifies the color used to paint a navigation panel element in the normal state.

Declaration

property ElementColor: TdxAlphaColor read; write; default dxacDefault;

Property Value

Type Default
TdxAlphaColor dxacDefault

Remarks

This property applies to the following navigation panel elements:

Use the ElementHotColor and ElementPressedColor properties to specify the color used to paint clickable elements in the hot-tracked and pressed states.

The default value of the ElementColor property is dxacDefault.

See Also