MeshModelModelFile Property |
LightningChart .NET Help
Gets or sets model file name. 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("")]
public string ModelFile { get; set; }<DefaultValueAttribute("")>
Public Property ModelFile As String
Get
Setpublic:
[DefaultValueAttribute(L"")]
property String^ ModelFile {
String^ get ();
void set (String^ value);
}Property Value
Type:
String
See Also