Skip to main content

PieSegment.Attributes Property

Gets the attributes for this pie segment.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public MapItemAttributeCollection Attributes { get; }

Property Value

Type Description
MapItemAttributeCollection

A MapItemAttributeCollection object.

Remarks

To learn more, refer to the Provide Data Using Vector Item Attributes topic.

See Also