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
SyntaxC#
Copy Code
|
|---|
public abstract class BaseScale : ItemsControl |
Visual Basic
Copy Code
|
|---|
Public MustInherit Class BaseScale |
Inheritance HierarchySystem.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