INChartGradientBrushGradientStops Property |
Array of gradient-stops that construct the gradient for this brush.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax IReadOnlyList<NChartGradientStop> GradientStops { get; set; }
Property GradientStops As IReadOnlyList(Of NChartGradientStop)
Get
Set
property IReadOnlyList<NChartGradientStop^>^ GradientStops {
IReadOnlyList<NChartGradientStop^>^ get ();
void set (IReadOnlyList<NChartGradientStop^>^ value);
}
Property Value
Type:
IReadOnlyListNChartGradientStopSee Also