PressableButton.ReleaseOnTouchEnd Property

Definition

Button will send the release event on touch end after successful press even if release plane hasn't been passed.

public:
 property bool ReleaseOnTouchEnd { bool get(); void set(bool value); };
public bool ReleaseOnTouchEnd { get; set; }
member this.ReleaseOnTouchEnd : bool with get, set
Public Property ReleaseOnTouchEnd As Boolean

Property Value

Applies to