dxacDefault Constant
In This Article
Stores the default TdxAlphaColor value that corresponds to a skin-determined color.
#Declaration
Delphi
const dxacDefault = TdxAlphaColors.Default;
#Remarks
The dxacDefault
value indicates that a UI element in a DevExpress control has a skin-dependent color.
dxacDefault
is a TdxAlphaColor counterpart of the clDefault
TColor constant declared in the VCL library.
#Direct dxacDefault Constant References
The following properties use dxacDefault
as the default value:
- TdxCustomScrollbarAnnotation.Color
- Specifies the scrollbar annotation’s color.
- TdxCustomRangeControlStyle.ElementBorderColor
- Specifies the color of all border lines within the range control‘s boundaries.
- TdxCustomRangeControlStyle.OutOfRangeColor
- Specifies the color used to paint the content area outside the selected range.
- TdxCustomRangeControlStyle.SelectionBorderColor
- TdxCustomRangeControlStyle.SelectionColor
- TdxRangeControlClientStyle.GridLineColor
- Specifies the color of all tickmark lines within the range control’s content area.
- TdxRangeControlClientStyle.RulerColor
- Specifies the range control’s ruler color.
- TdxRangeControlDateTimeHeaderClientStyle.RulerHeaderColor
- Specifies the scale header’s background color.
- TdxRangeControlDateTimeHeaderClientStyle.RulerHeaderHotColor
- Specifies the color used to paint the hot-tracked scale header.
- TdxGaugeDigitalScaleOptionsView.SegmentColorOff
- Specifies the color of the “offline” segments of a digital scale‘s character display block (section).
- TdxGaugeDigitalScaleOptionsView.SegmentColorOn
- Specifies 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.ElementColor
- Specifies the color used to paint a navigation panel element in the normal state.
- TdxMapControlNavigationPanelStyle.ElementHotColor
- Specifies the color used to paint a hot-tracked navigation panel element.
- TdxMapControlNavigationPanelStyle.ElementPressedColor
- Specifies the color used to paint a pressed navigation panel element.
- TdxCustomMapItemStyle.BorderColor
- Specifies the map item‘s border color.
- TdxCustomMapItemStyle.Color
- Specifies the map item‘s background color.
- TdxCustomMapItemStyle.TextColor
- Specifies the font color applied to the map item‘s title text.
- TdxCustomMapItemStyle.TextGlowColor
- Specifies the color of the glow effect applied to the map item‘s title text.
See Also