Gets the collection of GradientStop objects to use if the pie slice has a doughnut shape.

Namespace: Mindscape.PhoneElements.Charting
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public ObservableCollection<GradientStop> DoughnutGradientStops { get; }
Visual Basic
Public ReadOnly Property DoughnutGradientStops As ObservableCollection(Of GradientStop)
	Get
Visual C++
public:
property ObservableCollection<GradientStop^>^ DoughnutGradientStops {
	ObservableCollection<GradientStop^>^ get ();
}

See Also