UserInteractiveDeviceEventArgsIsButtonReleased Method |
LightningChart .NET Help
Check if given button is released.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic bool IsButtonReleased(
UserInteractiveDeviceButton button
)
Public Function IsButtonReleased (
button As UserInteractiveDeviceButton
) As Boolean
public:
bool IsButtonReleased(
UserInteractiveDeviceButton button
)
Parameters
- button
- Type: Arction.Wpf.ChartingMVVMUserInteractiveDeviceButton
Button to check.
Return Value
Type:
BooleanTrue, if is released, false otherwise.
See Also