Light3DAmbientColor Property |
LightningChart .NET Help
Ambient color of the light
Namespace:
Arction.Wpf.Charting.Views.View3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(Color), "Black")]
public Color AmbientColor { get; set; }<DefaultValueAttribute(GetType(Color), "Black")>
Public Property AmbientColor As Color
Get
Set
public:
[DefaultValueAttribute(typeof(Color), L"Black")]
property Color AmbientColor {
Color get ();
void set (Color value);
}Property Value
Type:
Color
See Also