Back to Devexpress

TdxCustomGaugeControl.Transparent Property

vcl-dxgaugecontrol-dot-tdxcustomgaugecontrol-5e43bd41.md

latest1.4 KB
Original Source

TdxCustomGaugeControl.Transparent Property

Specifies whether the Gauge Control‘s background is transparent.

Declaration

delphi
property Transparent; default False;

Property Value

TypeDefault
BooleanFalse

Remarks

Set this property to True to make the ExpressGauge control’s background transparent. Otherwise, the background uses the color specified by the Color property.

The transparency effect, in conjunction with the BorderStyle property set to cxcbsNone , is useful when you need to place individual scales on top of the form, without visible boundaries of the Gauge Control component.

The default value of the Transparent property is False.

See Also

TdxCustomGaugeControl Class

TdxCustomGaugeControl Members

dxGaugeControl Unit