Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomBlobEditProperties.PictureTransparency Property

Specifies the background transparency for an image within a BLOB editor.

#Declaration

Delphi
property PictureTransparency: TcxImageTransparency read; write; default gtDefault;

#Property Value

Type Default
TcxImageTransparency gtDefault

#Remarks

Use the GraphicTransparency property to specify the background transparency settings for the image editor.

Value Meaning
gtDefault Background transparency settings are obtained from the image itself (transparent for metafiles and icons, opaque for bitmaps).
gtOpaque Background transparency is set to opaque.
gtTransparent Background transparency is set to transparent.

The default value of the PictureTransparency property is gtDefault.

See Also