Skip to main content
.NET 6.0+

CustomizeImageInfoEventArgs.MakeTransparent Property

Specifies whether the retrieved image should be made transparent.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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