NChartSolidColorBrush Constructor |
Create brush with color.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public NChartSolidColorBrush(
Color color
)
Public Sub New (
color As Color
)
public:
NChartSolidColorBrush(
[InAttribute] Color^ color
)
Parameters
- color
- Type: Windows.UIColor
Color for the brush.
Return Value
Type:
A new instance of the solid color brush.
See Also