Gets the number of times the button was clicked.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
SyntaxC#
Copy Code
|
|---|
public int ClickCount { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property ClickCount As Integer |
An integer value specifying the number of clicks.
See Also