ScrollingObjectCollection.FrontTouchDistance 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.
Distance, in meters, to position a local xy plane used to verify if a touch interaction started in the front of the scroll view.
public:
property float FrontTouchDistance { float get(); void set(float value); };
public float FrontTouchDistance { get; set; }
member this.FrontTouchDistance : single with get, set
Public Property FrontTouchDistance As Single