Back to Devexpress

TdxGaugeDigitalScaleOptionsView.SegmentColorOff Property

vcl-dxgaugedigitalscale-dot-tdxgaugedigitalscaleoptionsview-ef046207.md

latest2.0 KB
Original Source

TdxGaugeDigitalScaleOptionsView.SegmentColorOff Property

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

Declaration

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

Property Value

TypeDefault
TdxAlphaColordxacDefault

Remarks

The SegmentColorOff and SegmentColorOn properties specify 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 string value on a digital scale.

The default value of the SegmentColorOff property corresponds to the style-determined scale color of the “offline” segment. The DisplayMode property value determines the shape and number of segments within a character display block. Set the SegmentColorOff property to dxacNone to hide all the “offline” segments.

The default value of the SegmentColorOff property is dxacDefault.

See Also

TdxGaugeDigitalScaleOptionsView Class

TdxGaugeDigitalScaleOptionsView Members

dxGaugeDigitalScale Unit