Search
TickSettings Class
See Also
 





Provides settings for the ticks and labels in a gauge scale.

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

 Syntax

C#  Copy Code

public abstract class TickSettings : FrameworkElement, INotifyPropertyChanged

Visual Basic  Copy Code

Public MustInherit Class TickSettings
    Inherits FrameworkElement
    Implements INotifyPropertyChanged

 Inheritance Hierarchy

System.Object
    System.Windows.Threading.DispatcherObject
        System.Windows.DependencyObject
            System.Windows.Media.Visual
                System.Windows.UIElement
                    System.Windows.FrameworkElement
                        MindFusion.Gauges.Wpf.TickSettings
                            MindFusion.Gauges.Wpf.MajorTickSettings
                            MindFusion.Gauges.Wpf.MiddleTickSettings
                            MindFusion.Gauges.Wpf.MinorTickSettings

 See Also