MeshModelTrackTriangle Property |
LightningChart .NET Help
Enable sending events of model face tracking. 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(false)]
public bool TrackTriangle { get; set; }<DefaultValueAttribute(false)>
Public Property TrackTriangle As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
property bool TrackTriangle {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also