Light3DLocationFromCamera Property |
LightningChart .NET Help
Gets or sets if use the view camera location as the location of the light. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Views.View3D
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(true)]
public bool LocationFromCamera { get; set; }<DefaultValueAttribute(true)>
Public Property LocationFromCamera As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool LocationFromCamera {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also