VolumeModelDarkness Property |
LightningChart .NET Help
Darkness option of the transfer function
Namespace:
Arction.Wpf.ChartingMVVM.Views.View3D
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(PointRGB), "new PointRGB(0, 0, 0)")]
public PointRGB Darkness { get; set; }<DefaultValueAttribute(GetType(PointRGB), "new PointRGB(0, 0, 0)")>
Public Property Darkness As PointRGB
Get
Set
public:
[DefaultValueAttribute(typeof(PointRGB), L"new PointRGB(0, 0, 0)")]
property PointRGB^ Darkness {
PointRGB^ get ();
void set (PointRGB^ value);
}Property Value
Type:
PointRGB
See Also