Skip to main content

TcxCustomImageProperties.GraphicTransparency Property

Specifies the background transparency for an image editor.

Declaration

property GraphicTransparency: TcxImageTransparency read; write; default gtDefault;

Property Value

Type Default
TcxImageTransparency gtDefault

Remarks

Use the GraphicTransparency property to specify the background transparency settings for an 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 GraphicTransparency property is gtDefault.

See Also