PressableButton.ReleaseOnTouchEnd 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.
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