Skip to main content

MapImage.Transparency Property

Gets or sets image transparency.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.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