UserInteractionRotateSnappingOptionsSnapEnabled Property |
LightningChart .NET Help
Defines if the snapping is enabled or not.
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 SnapEnabled { get; set; }<DefaultValueAttribute("True")>
Public Property SnapEnabled As Boolean
Get
Setpublic:
[DefaultValueAttribute(L"True")]
property bool SnapEnabled {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also