Dela via


ElementAlignment.SnapThreshold Property

Gets the pixel threshold for snapping to snap lines.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Developer (in Microsoft.Windows.Design.Developer.dll)

Syntax

'Declaration
Public Shared ReadOnly Property SnapThreshold As Double
'Usage
Dim value As Double 

value = ElementAlignment.SnapThreshold
public static double SnapThreshold { get; }
public:
static property double SnapThreshold {
    double get ();
}
public static function get SnapThreshold () : double

Property Value

Type: System.Double
The pixel threshold for snapping to snap lines.

.NET Framework Security

See Also

Reference

ElementAlignment Class

ElementAlignment Members

Microsoft.Windows.Design.Interaction Namespace