Back to Devexpress

MapImage.Transparency Property

windowsforms-devexpress-dot-xtramap-dot-mapimage-df6de41d.md

latest1017 B
Original Source

MapImage.Transparency Property

Gets or sets image transparency.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue((byte)0)]
public byte Transparency { get; set; }
vb
<DefaultValue(CType(0, Byte))>
Public Property Transparency As Byte

Property Value

TypeDefaultDescription
Byte0

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

|

See Also

MapImage Class

MapImage Members

DevExpress.XtraMap Namespace