Table of Contents
ThreeQuarterGaugeShape Class

Represents a special shape that is used to render three quarter gauges.

Namespace: EO.Wpf.Gauge.Shapes
Assembly: EO.Wpf (in EO.Wpf.dll)

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Shapes.Shape
                     EO.Wpf.Gauge.Shapes.BaseGaugeShape
                        EO.Wpf.Gauge.Shapes.ThreeQuarterGaugeShape

Syntax
 public class ThreeQuarterGaugeShape : BaseGaugeShape
See Also