MindFusion.Wpf Pack Programmer's Guide
BaseScale Class
See Also
 





Represents a scale within a gauge control. The scale contains collections of pointers, labels, ticks and ranges along with any arbitrary controls.

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

 Syntax

C#  Copy Code

public abstract class BaseScale : ItemsControl

Visual Basic  Copy Code

Public MustInherit Class BaseScale
    Inherits ItemsControl

 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.BaseScale
                                    MindFusion.Gauges.Wpf.LinearScale
                                    MindFusion.Gauges.Wpf.OvalScale

 See Also

BaseScale Members
MindFusion.Gauges.Wpf Namespace