TdxLayoutItemControlOptions.Opaque Property
Specifies whether an embedded control is completely opaque.
Declaration
property Opaque: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Options include:
Value | Description |
---|---|
False (default) | An embedded control can have transparent elements that blend with the layout element‘s background drawn by the Layout Control. This mode is compatible with all graphic controls, such as TBevel or TImage. |
True | An embedded control either does not have transparent elements or draws its opaque background. The Layout Control never draws a background for the layout element in this mode. |
The Opaque property’s default value is False.
See Also