Back to Devexpress

SqlGeometryItem.Attributes Property

windowsforms-devexpress-dot-xtramap-dot-sqlgeometryitem.md

latest1.3 KB
Original Source

SqlGeometryItem.Attributes Property

Returns the collection of MapItemAttribute objects assigned to this item.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public MapItemAttributeCollection Attributes { get; }
vb
Public ReadOnly Property Attributes As MapItemAttributeCollection

Property Value

TypeDescription
MapItemAttributeCollection

A MapItemAttributeCollection object stored MapItemAttribute object assigned to this item.

|

See Also

SqlGeometryItem Class

SqlGeometryItem Members

DevExpress.XtraMap Namespace