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