BackStyle
- Last UpdatedNov 17, 2021
- 1 minute read
The BackStyle property is a read-write property that specifies whether the background for a label or shape is opaque or transparent.
Syntax
<objectname>.BackStyle = integer;
Result = <objectname>.BackStyle;
Remarks
0 = Transparent; 1 = Opaque.
Setting this property to 0 has the same effect as setting the Transparent property to True.