Represents a linear scale.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
SyntaxC#
Copy Code
|
|---|
public class LinearScale : BaseScale |
Visual Basic
Copy Code
|
|---|
Public Class LinearScale |
RemarksThis 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 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
See Also