MindFusion.Wpf Pack Programmer's Guide
OvalGauge Class
Remarks See Also
 





Represents a circular gauge control.

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

 Syntax

C#  Copy Code

public class OvalGauge : ItemsControl

Visual Basic  Copy Code

Public Class OvalGauge
    Inherits ItemsControl

 Remarks

The OvalGauge class acts as a container for OvalScale objects. The use of the gauge is not mandatory. However, the gauge provides a nice background skinning and glass effect. The following code illustrates how to define an OvalGauge object with a single scale in XAML:

XAML  Copy Code

<gauges:OvalGauge>
  <gauges:OvalScale />
</gauges:OvalGauge>

The above code will produce a gauge similar to the following image.

 Inheritance Hierarchy

System.Object
    System.Windows.Threading.DispatcherObject
        System.Windows.DependencyObject
            System.Windows.Media.Visual
                System.Windows.UIElement
                    System.Windows.FrameworkElement
                        System.Windows.Controls.Control
                            System.Windows.Controls.ItemsControl
                                MindFusion.Gauges.Wpf.OvalGauge

 See Also

OvalGauge Members
MindFusion.Gauges.Wpf Namespace