EdgeEffect.Distance Property

Definition

Returns the pull distance needed to be released to remove the showing effect.

public virtual float Distance { [Android.Runtime.Register("getDistance", "()F", "GetGetDistanceHandler", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getDistance", "()F", "GetGetDistanceHandler", ApiSince=31)>]
member this.Distance : single

Property Value

Single

The pull distance that must be released to remove the showing effect.

Attributes

Remarks

Java documentation for android.widget.EdgeEffect.getDistance().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to