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

ImageCollection.TransparentColor Property

Gets or sets the color to treat as transparent.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[DXCategory("Appearance")]
public Color TransparentColor { get; set; }

Property Value

Type Description
Color

The Color which represents the color that is not rendered when the image is drawn.

See Also