Represents a radial scale.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
SyntaxC#
Copy Code
|
|---|
public class OvalScale : BaseScale |
Visual Basic
Copy Code
|
|---|
Public Class OvalScale |
RemarksThis scale distributes its elements along an circular arc. The start and angles of the arc is defined by the StartAngle and EndAngle properties respectively.
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.OvalScale
See Also