TcxCustomBlobEditProperties.PictureTransparency Property
In This Article
Specifies the background transparency for an image within a BLOB editor.
#Declaration
Delphi
property PictureTransparency: TcxImageTransparency read; write; default gtDefault;
#Property Value
Type | Default |
---|---|
Tcx |
gt |
#Remarks
Use the GraphicTransparency property to specify the background transparency settings for the image editor.
Value | Meaning |
---|---|
gt |
Background transparency settings are obtained from the image itself (transparent for metafiles and icons, opaque for bitmaps). |
gt |
Background transparency is set to opaque. |
gt |
Background transparency is set to transparent. |
The default value of the PictureTransparency property is gtDefault.
See Also