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





Represents a linear scale.

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

 Syntax

C#  Copy Code

public class LinearScale : BaseScale

Visual Basic  Copy Code

Public Class LinearScale
    Inherits BaseScale

 Remarks

This scale distributes its elements along a vertical or horizontal line. The size and positioning of the scale within its container is specified through the Left, Top and ScaleLength properties. All of these are usually specified as relative lengths.

 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

 See Also

LinearScale Members
MindFusion.Gauges.Wpf Namespace