vcl-dxcoregraphics-826b3f37.md
Stores the default TdxAlphaColor value that corresponds to a skin-determined color.
const dxacDefault = TdxAlphaColors.Default;
The dxacDefault value indicates that a UI element in a DevExpress control has a skin-dependent color.
dxacDefaultis a TdxAlphaColor counterpart of the clDefault TColor constant declared in the VCL library.
The following properties use dxacDefault as the default value:
TdxCustomScrollbarAnnotation.ColorSpecifies the scrollbar annotation’s color.TdxCustomRangeControlStyle.ElementBorderColorSpecifies the color of all border lines within the range control‘s boundaries.TdxCustomRangeControlStyle.OutOfRangeColorSpecifies the color used to paint the content area outside the selected range.TdxCustomRangeControlStyle.SelectionBorderColorTdxCustomRangeControlStyle.SelectionColorTdxRangeControlClientStyle.GridLineColorSpecifies the color of all tickmark lines within the range control’s content area.TdxRangeControlClientStyle.RulerColorSpecifies the range control’s ruler color.TdxRangeControlDateTimeHeaderClientStyle.RulerHeaderColorSpecifies the scale header’s background color.TdxRangeControlDateTimeHeaderClientStyle.RulerHeaderHotColorSpecifies the color used to paint the hot-tracked scale header.TdxGaugeDigitalScaleOptionsView.SegmentColorOffSpecifies the color of the “offline” segments of a digital scale‘s character display block (section).TdxGaugeDigitalScaleOptionsView.SegmentColorOnSpecifies the color of the “online” segments of a digital scale‘s character display block (section).TdxMapControlNavigationPanelStyle.Color
Specifies the navigation panel’s background color.
The default value of the Color property is dxacDefault.
TdxMapControlNavigationPanelStyle.ElementColorSpecifies the color used to paint a navigation panel element in the normal state.TdxMapControlNavigationPanelStyle.ElementHotColorSpecifies the color used to paint a hot-tracked navigation panel element.TdxMapControlNavigationPanelStyle.ElementPressedColorSpecifies the color used to paint a pressed navigation panel element.TdxCustomMapItemStyle.BorderColorSpecifies the map item‘s border color.TdxCustomMapItemStyle.ColorSpecifies the map item‘s background color.TdxCustomMapItemStyle.TextColorSpecifies the font color applied to the map item‘s title text.TdxCustomMapItemStyle.TextGlowColorSpecifies the color of the glow effect applied to the map item‘s title text. See Also
TdxAlphaColors.Default Constant