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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.