CrossSlidingEventArgs.CrossSlidingState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the state of the CrossSliding event.
public:
property CrossSlidingState CrossSlidingState { CrossSlidingState get(); };
CrossSlidingState CrossSlidingState();
public CrossSlidingState CrossSlidingState { get; }
var crossSlidingState = crossSlidingEventArgs.crossSlidingState;
Public ReadOnly Property CrossSlidingState As CrossSlidingState
Property Value
State of the CrossSliding event.
Remarks
The CrossSlidingState property is set based on the distance thresholds specified by the CrossSlideThresholds property of a GestureRecognizer.