UserInteractionRotateSnappingOptionsSnapEnabled Property |
LightningChart .NET Help
Defines if the snapping is enabled or not.
Namespace:
Arction.Wpf.Charting.Views.View3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(false)]
public bool SnapEnabled { get; set; }<DefaultValueAttribute(false)>
Public Property SnapEnabled As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
property bool SnapEnabled {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also