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

MapImage.Transparency Property

Gets or sets image transparency.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

[DefaultValue((byte)0)]
public byte Transparency { get; set; }

Property Value

Type Default Description
Byte 0

An integer number in the [0,255] range.

See Also