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

MapPointer.Transparency Property

Gets or sets the transparency value for the MapPointer.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

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

Property Value

Type Default Description
Byte 0

A Byte value.

See Also