ComponentOne Basic Library for UWP
C1NumericBox Class
Members 

C1.UWP Assembly > C1.Xaml Namespace : C1NumericBox Class
The C1NumericBox control is a numeric editor that allows you to display and edit numeric values in many formats.
Object Model
C1NumericBox Class
Syntax
'Declaration
 
Public Class C1NumericBox 
   Inherits Windows.UI.Xaml.Controls.Control
   Implements Windows.UI.Composition.IAnimationObject 
public class C1NumericBox : Windows.UI.Xaml.Controls.Control, Windows.UI.Composition.IAnimationObject  
Remarks
When the control is empty, or bound to a null value, the Value property returns double.NaN.
Inheritance Hierarchy

System.Object
   Windows.UI.Xaml.DependencyObject
      Windows.UI.Xaml.UIElement
         Windows.UI.Xaml.FrameworkElement
            Windows.UI.Xaml.Controls.Control
               C1.Xaml.C1NumericBox

See Also

Reference

C1NumericBox Members
C1.Xaml Namespace