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

PieSegment.Attributes Property

Gets the attributes for this pie segment.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

NuGet Packages: DevExpress.Win.Design, 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