TdxCustomGaugeControl.Transparent Property
Specifies whether the Gauge Control‘s background is transparent.
Declaration
property Transparent; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
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