Click or drag to resize
NChartSolidColorBrush Constructor
Create brush with color.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public NChartSolidColorBrush(
	Color color
)

Parameters

color
Type: Windows.UIColor
Color for the brush.

Return Value

Type: 
A new instance of the solid color brush.
See Also