NChartTextureBrushBackgroundColor Property |
Color that fills the area around the texture (if any).
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public Color BackgroundColor { get; set; }
Public Property BackgroundColor As Color
Get
Set
public:
virtual property Color^ BackgroundColor {
Color^ get () sealed;
void set (Color^ value) sealed;
}
Property Value
Type:
ColorSee Also