GestureRecognizer.CrossSlideThresholds Property

Gets or sets values that indicate the distance thresholds for a CrossSliding interaction.

Syntax

public:
property CrossSlideThresholds CrossSlideThresholds {
         CrossSlideThresholds get ();
         void set (CrossSlideThresholds value);
}  

Property value

Type: CrossSlideThresholds 

By default, every value in CrossSlideThresholds is set to 0.0.

Remarks

CrossSliding functionality is disabled when every value in CrossSlideThresholds is set to 0.0.

This API is not implemented and will throw an exception if called.

Requirements

Namespace: Windows.UI.Input

Metadata: windows.winmd

See also

Reference

GestureRecognizer Class

GestureRecognizer Members

Windows.UI.Input Namespace