Back to Devexpress

PieSegmentCollection Class

wpf-devexpress-dot-xpf-dot-map-4a3690be.md

latest2.0 KB
Original Source

PieSegmentCollection Class

A collection of PieSegment objects.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public class PieSegmentCollection :
    MapDependencyObjectCollection<PieSegment>
vb
Public Class PieSegmentCollection
    Inherits MapDependencyObjectCollection(Of PieSegment)

The following members return PieSegmentCollection objects:

Remarks

An object of the PieSegmentCollection class is returned by the MapPie.Segments property.

Inheritance

Object DispatcherObject DependencyObject Freezable Animatable FreezableCollection<PieSegment> MapDependencyObjectCollectionBase<PieSegment> MapDependencyObjectCollection<PieSegment> PieSegmentCollection

See Also

PieSegmentCollection Members

DevExpress.Xpf.Map Namespace