Material3DSpecularPower Property |
LightningChart .NET Help
Specular power
Namespace:
Arction.WinForms.Charting.Views.View3D
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(double), "5")]
public double SpecularPower { get; set; }<DefaultValueAttribute(GetType(Double), "5")>
Public Property SpecularPower As Double
Get
Set
public:
[DefaultValueAttribute(typeof(double), L"5")]
property double SpecularPower {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also