Skip to main content

MapItem.Attributes Property

Gets the attributes for this map item.

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public MapItemAttributeCollection Attributes { get; }

#Property Value

Type Description
MapItemAttributeCollection

A MapItemAttributeCollection object.

See Also