Property LongPressDuration
LongPressDuration
Gets or sets the duration a touch must be held stationary before a long press gesture is recognized.
public TimeSpan LongPressDuration { get; set; }
Property Value
- TimeSpan
The long press duration. The default is
500 ms. Must be positive.
Exceptions
- ArgumentOutOfRangeException
valueis zero or negative.