Back to Devexpress

TdxGaugeDigitalScaleOptionsView.SegmentColorOn Property

vcl-dxgaugedigitalscale-dot-tdxgaugedigitalscaleoptionsview-2eb0d8a6.md

latest1.9 KB
Original Source

TdxGaugeDigitalScaleOptionsView.SegmentColorOn Property

Specifies the color of the “online” segments of a digital scale‘s character display block (section).

Declaration

delphi
property SegmentColorOn: TdxAlphaColor read; write; default dxacDefault;

Property Value

TypeDefault
TdxAlphaColordxacDefault

Remarks

The SegmentColorOff and SegmentColorOn properties set the colors of semi-transparent “offline” and “online” segments composing a character within an individual display section in an unbound or data-aware digital scale. The visual difference between the “offline” and “online” segments allows you to read the value displayed on a digital scale.

The default value of the SegmentColorOn property corresponds to the style-determined scale color of the “online” segment. The DisplayMode property determines the shape and number of segments within a character display block.

The default value of the SegmentColorOn property is dxacDefault.

See Also

TdxGaugeDigitalScaleOptionsView Class

TdxGaugeDigitalScaleOptionsView Members

dxGaugeDigitalScale Unit