Back to Devexpress

TcxCustomImageProperties.GraphicTransparency Property

vcl-cximage-dot-tcxcustomimageproperties-87a3a64c.md

latest1.0 KB
Original Source

TcxCustomImageProperties.GraphicTransparency Property

Specifies the background transparency for an image editor.

Declaration

delphi
property GraphicTransparency: TcxImageTransparency read; write; default gtDefault;

Property Value

TypeDefault
TcxImageTransparencygtDefault

Remarks

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

ValueMeaning
gtDefaultBackground transparency settings are obtained from the image itself (transparent for metafiles and icons, opaque for bitmaps).
gtOpaqueBackground transparency is set to opaque.
gtTransparentBackground transparency is set to transparent.

The default value of the GraphicTransparency property is gtDefault.

See Also

TcxCustomImageProperties Class

TcxCustomImageProperties Members

cxImage Unit