MeshModelWireframeLineColor Property |
LightningChart .NET Help
Wireframe color. 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(typeof(Color), "Black")]
public Color WireframeLineColor { get; set; }<DefaultValueAttribute(GetType(Color), "Black")>
Public Property WireframeLineColor As Color
Get
Set
public:
[DefaultValueAttribute(typeof(Color), L"Black")]
property Color WireframeLineColor {
Color get ();
void set (Color value);
}Property Value
Type:
Color
See Also