Gets the collection of GradientStop objects for the RadialGradientBrush.
Namespace: Mindscape.PhoneElements.ChartingAssembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public ObservableCollection<GradientStop> GradientStops { get; } |
| Visual Basic |
|---|
Public ReadOnly Property GradientStops As ObservableCollection(Of GradientStop) Get |
| Visual C++ |
|---|
public: property ObservableCollection<GradientStop^>^ GradientStops { ObservableCollection<GradientStop^>^ get (); } |