PressableButton.IsPressing 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.
Represents the state of whether the button is currently being pressed.
public:
property bool IsPressing { bool get(); };
public bool IsPressing { get; }
member this.IsPressing : bool
Public ReadOnly Property IsPressing As Boolean