Represents editor for numeric property.

Namespace:  C1.Silverlight.Chart.Editor
Assembly:  C1.Silverlight.Chart.Editor (in C1.Silverlight.Chart.Editor.dll)

Syntax

C#
public class NumberPropertyEditor : PropertyEditor
Visual Basic
Public Class NumberPropertyEditor _
	Inherits PropertyEditor

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..UserControl
            C1.Silverlight.Chart.Editor..::..Editor
              C1.Silverlight.Chart.Editor..::..PropertyEditor
                C1.Silverlight.Chart.Editor..::..NumberPropertyEditor

See Also