Skip to main content
A newer version of this page is available. .

CustomizeImageInfoEventArgs.MakeTransparent Property

Specifies whether the retrieved image should be made transparent.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

[DefaultValue(false)]
public bool MakeTransparent { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to make the default transparent color transparent for the retrieved image; otherwise, false.

See Also