ExpGestureRecognizer.CrossSlideThresholds Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public:
property CrossSlideThresholds CrossSlideThresholds { CrossSlideThresholds get(); void set(CrossSlideThresholds value); };
CrossSlideThresholds CrossSlideThresholds();
void CrossSlideThresholds(CrossSlideThresholds value);
public CrossSlideThresholds CrossSlideThresholds { get; set; }
var crossSlideThresholds = expGestureRecognizer.crossSlideThresholds;
expGestureRecognizer.crossSlideThresholds = crossSlideThresholds;
Public Property CrossSlideThresholds As CrossSlideThresholds