TdxBadgeBackground.Transparent Property
Specifies if the badge UI adorner’s background is hidden.
Declaration
property Transparent: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Set this property to True or False to hide or display the adorner’s background.
Only the adorner’s text message (if specified) is visible if the Transparent property is set to True.
The default Transparent property value is False.
See Also