Skip to main content

DPIAwareImageCollection.TransparentColor Property

Gets or sets the color to treat as transparent.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

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

Property Value

Type Description
Color

A Color object that specifies a color, which is not drawn when the image is rendered.

See Also