NChartLinearGradientBrush Constructor |
Create linear gradient brush with given colors. This is a convenient equivalent to creating stops arraying them and
then setting the array to the new instance of the linear gradient brush.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public NChartLinearGradientBrush(
Color color1,
Color color2
)
Public Sub New (
color1 As Color,
color2 As Color
)
public:
NChartLinearGradientBrush(
[InAttribute] Color^ color1,
[InAttribute] Color^ color2
)
Parameters
- color1
- Type: Windows.UIColor
First color of gradient. - color2
- Type: Windows.UIColor
Second color of gradient.
See Also