Gets a reference to the clicked gauge element, if any.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
SyntaxC#
Copy Code
|
|---|
public Control Element { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Element As Control |
A reference to the clicked element, or null (Nothing in Visual Basic) if the property value is not relevant.
See Also