MindFusion.Wpf Pack Programmer's Guide
GaugeMouseEventArgs.Element Property
See Also
 





Gets a reference to the clicked gauge element, if any.

Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf

 Syntax

C#  Copy Code

public Control Element { get; }

Visual Basic  Copy Code

Public ReadOnly Property Element As Control

 Property Value

A reference to the clicked element, or null (Nothing in Visual Basic) if the property value is not relevant.

 See Also

GaugeMouseEventArgs Members
GaugeMouseEventArgs Class
MindFusion.Gauges.Wpf Namespace