DateTimeEditors for WinRT
C1NumericBox Class Members
Fields  Properties  Methods  Events

The following tables list the members exposed by C1NumericBox.

Public Constructors
 NameDescription
Public ConstructorC1NumericBox ConstructorInitializes a new instance of a C1NumericBox.  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)AllowNullPropertyIdentifies the AllowNull dependency property.  
Public Fieldstatic (Shared in Visual Basic)ButtonBackgroundPropertyIdentifies the ButtonBackground dependency property.  
Public Fieldstatic (Shared in Visual Basic)ButtonForegroundPropertyIdentifies the ButtonForeground dependency property.  
Public Fieldstatic (Shared in Visual Basic)CaretBrushPropertyIdentifies the CaretBrush dependency property.  
Public Fieldstatic (Shared in Visual Basic)CornerRadiusPropertyIdentifies the CornerRadius dependency property.  
Public Fieldstatic (Shared in Visual Basic)CulturePropertyIdentifies the Culture dependency property.  
Public Fieldstatic (Shared in Visual Basic)DelayPropertyIdentifies the Delay dependency property.  
Public Fieldstatic (Shared in Visual Basic)DisabledCuesVisibilityPropertyIdentifies the DisabledCuesVisibility dependency property.  
Public Fieldstatic (Shared in Visual Basic)FocusBrushPropertyIdentifies the FocusBrush dependency property.  
Public Fieldstatic (Shared in Visual Basic)FocusCuesVisibilityPropertyIdentifies the FocusCuesVisibility dependency property.  
Public Fieldstatic (Shared in Visual Basic)FormatPropertyIdentifies the Format dependency property.  
Public Fieldstatic (Shared in Visual Basic)HandleUpDownKeysPropertyIdentifies the HandleUpDownKeys dependency property.  
Public Fieldstatic (Shared in Visual Basic)IncrementPropertyIdentifies the Increment dependency property.  
Public Fieldstatic (Shared in Visual Basic)InputScopeProperty  
Public Fieldstatic (Shared in Visual Basic)IntervalPropertyIdentifies the Interval dependency property.  
Public Fieldstatic (Shared in Visual Basic)IsFocusedPropertyIdentifies the IsFocused dependency property.  
Public Fieldstatic (Shared in Visual Basic)IsMouseOverPropertyIdentifies the IsMouseOver dependency property.  
Public Fieldstatic (Shared in Visual Basic)IsReadOnlyPropertyIdentifies the IsReadOnly dependency property.  
Public Fieldstatic (Shared in Visual Basic)MaximumPropertyIdentifies the Maximum dependency property.  
Public Fieldstatic (Shared in Visual Basic)MinimumPropertyIdentifies the Minimum dependency property.  
Public Fieldstatic (Shared in Visual Basic)MouseOverBrushPropertyIdentifies the MouseOverBrush dependency property.  
Public Fieldstatic (Shared in Visual Basic)PressedBrushPropertyIdentifies the PressedBrush dependency property.  
Public Fieldstatic (Shared in Visual Basic)RangeValidationModePropertyIdentifies the RangeValidationMode dependency property.  
Public Fieldstatic (Shared in Visual Basic)SelectionBackgroundPropertyIdentifies the SelectionBackground dependency property.  
Public Fieldstatic (Shared in Visual Basic)SelectionForegroundPropertyIdentifies the SelectionForeground dependency property.  
Public Fieldstatic (Shared in Visual Basic)SelectionLengthPropertyIdentifies the SelectionLength dependency property.  
Public Fieldstatic (Shared in Visual Basic)SelectionStartPropertyIdentifies the SelectionStart dependency property.  
Public Fieldstatic (Shared in Visual Basic)SelectOnFocusPropertyIdentifies the SelectOnFocus dependency property.  
Public Fieldstatic (Shared in Visual Basic)ShowButtonsPropertyIdentifies the ShowButtons dependency property.  
Public Fieldstatic (Shared in Visual Basic)TextAlignmentPropertyIdentifies the TextAlignment dependency property.  
Public Fieldstatic (Shared in Visual Basic)ValidationDecoratorStylePropertyIdentifies the ValidationDecoratorStyle dependency property.  
Public Fieldstatic (Shared in Visual Basic)ValuePropertyIdentifies the Value dependency property.  
Public Fieldstatic (Shared in Visual Basic)WatermarkPropertyIdentifies the Watermark dependency property.  
Top
Public Properties
 NameDescription
Public PropertyActualHeight (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyActualWidth (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyAllowDrop (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyAllowNullGets or sets whether the user can enter nulls values.  
Public PropertyBackground (Inherited from Windows.UI.Xaml.Controls.Control)
Public PropertyBaseUri (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyBorderBrush (Inherited from Windows.UI.Xaml.Controls.Control)
Public PropertyBorderThickness (Inherited from Windows.UI.Xaml.Controls.Control)
Public PropertyButtonBackgroundGets or sets the Windows.UI.Xaml.Media.Brush that will be assigned to the Background of the buttons inside the control.  
Public PropertyButtonForegroundGets or sets the Windows.UI.Xaml.Media.Brush that will be assigned to the Foreground of the buttons inside the control.  
Public PropertyCacheMode (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyCaretBrushGets or sets the Windows.UI.Xaml.Media.Brush of the blinking cursor of an input control. When .NET Framework is v3.5, 'CaretBrush' takes no effect.  
Public PropertyCharacterSpacing (Inherited from Windows.UI.Xaml.Controls.Control)
Public PropertyClip (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyCompositeMode (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyCornerRadiusGets or sets a value that represents the degree to which the corners of the element are rounded.  
Public PropertyCultureSets the culture used to display the value in the C1NumericBox.  
Public PropertyDataContext (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyDelayGets or sets the delay for the Increase and Decrease buttons.  
Public PropertyDesiredSize (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyDisabledCuesVisibilityGets or sets a value indicating whether the disabled visuals of the control are visible.  
Public PropertyDispatcher (Inherited from Windows.UI.Xaml.DependencyObject)
Public PropertyFlowDirection (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyFocusBrushGets or sets the Windows.UI.Xaml.Media.Brush used to highlight the focused control.  
Public PropertyFocusCuesVisibilityGets or sets a value indicating whether the focus visuals of the control are visible.  
Public PropertyFocusState (Inherited from Windows.UI.Xaml.Controls.Control)
Public PropertyFontFamily (Inherited from Windows.UI.Xaml.Controls.Control)
Public PropertyFontSize (Inherited from Windows.UI.Xaml.Controls.Control)
Public PropertyFontStretch (Inherited from Windows.UI.Xaml.Controls.Control)
Public PropertyFontStyle (Inherited from Windows.UI.Xaml.Controls.Control)
Public PropertyFontWeight (Inherited from Windows.UI.Xaml.Controls.Control)
Public PropertyForeground (Inherited from Windows.UI.Xaml.Controls.Control)
Public PropertyFormatGets or sets the value for the Format of the C1NumericBox.  
Public PropertyHandleUpDownKeysGets or sets If the control handles the Up / Down / PageUp / PageDown keys.  
Public PropertyHeight (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyHorizontalAlignment (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyHorizontalContentAlignment (Inherited from Windows.UI.Xaml.Controls.Control)
Public PropertyIncrementGets or sets the increment applied when the user pressed the up/down arrow keys.  
Public PropertyInputScope  
Public PropertyIntervalGets or sets the interval for the Increase and Decrease buttons.  
Public PropertyIsDoubleTapEnabled (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyIsEnabled (Inherited from Windows.UI.Xaml.Controls.Control)
Public PropertyIsFocusedReturns true if the control has the focus.  
Public PropertyIsHitTestVisible (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyIsHoldingEnabled (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyIsMouseOverReturns true if the mouse is over the control.  
Public PropertyIsReadOnlyGets or sets the value that determines if the C1NumericBox is read-only.  
Public PropertyIsRightTapEnabled (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyIsTabStop (Inherited from Windows.UI.Xaml.Controls.Control)
Public PropertyIsTapEnabled (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyLanguage (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyManipulationMode (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyMargin (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyMaxHeight (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyMaximumGets or sets the maximum value allowed for the C1NumericBox.  
Public PropertyMaxWidth (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyMinHeight (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyMinimumGets or sets the minimum value allowed for the C1NumericBox.  
Public PropertyMinWidth (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyMouseOverBrushGets or sets the Windows.UI.Xaml.Media.Brush used to highlight the control when it has the mouse over.  
Public PropertyName (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyOpacity (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyPadding (Inherited from Windows.UI.Xaml.Controls.Control)
Public PropertyParent (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyPointerCaptures (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyPressedBrushGets or sets the Windows.UI.Xaml.Media.Brush used to paint a button when it is pressed.  
Public PropertyProjection (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyRangeValidationModeGets or sets the mode used to validate the range between Minimum and Maximum.  
Public PropertyRenderSize (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyRenderTransform (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyRenderTransformOrigin (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyRequestedTheme (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyResources (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertySelectionBackgroundGets or sets the Windows.UI.Xaml.Media.Brush that fills the background of the selected text.  
Public PropertySelectionForegroundGets or sets the Windows.UI.Xaml.Media.Brush used as foreground of the selected text.  
Public PropertySelectionLengthGets or sets the number of characters in the current selection in the C1NumericBox.  
Public PropertySelectionStartGets or sets the starting position of the text selected in the C1NumericBox.  
Public PropertySelectOnFocusGets or sets the condition under which all control text is selected when the control receives focus.  
Public PropertyShowButtonsShows or hides the buttons for Increment or Decrement.  
Public PropertyStyle (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyTabIndex (Inherited from Windows.UI.Xaml.Controls.Control)
Public PropertyTabNavigation (Inherited from Windows.UI.Xaml.Controls.Control)
Public PropertyTag (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyTemplate (Inherited from Windows.UI.Xaml.Controls.Control)
Public PropertyTextAlignmentGets or sets how the text should be aligned in the C1NumericBox.  
Public PropertyTransitions (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyTriggers (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyUseLayoutRounding (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyValidationDecoratorStyleGets or sets the style that is applied to the inner C1ValidationDecorator.  
Public PropertyValueGets or sets the numeric value in the C1NumericBox.  
Public PropertyVerticalAlignment (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyVerticalContentAlignment (Inherited from Windows.UI.Xaml.Controls.Control)
Public PropertyVisibility (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyWatermarkGets or sets the watermark content displayed when the control is empty.  
Public PropertyWidth (Inherited from Windows.UI.Xaml.FrameworkElement)
Top
Public Methods
 NameDescription
Public MethodAddHandler (Inherited from Windows.UI.Xaml.UIElement)
Public MethodApplyTemplate (Inherited from Windows.UI.Xaml.Controls.Control)
Public MethodArrange (Inherited from Windows.UI.Xaml.UIElement)
Public MethodCancelDirectManipulations (Inherited from Windows.UI.Xaml.UIElement)
Public MethodCapturePointer (Inherited from Windows.UI.Xaml.UIElement)
Public MethodClearValue (Inherited from Windows.UI.Xaml.DependencyObject)
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodEquals (Inherited from System.Runtime.InteropServices.WindowsRuntime.RuntimeClass)
Public MethodFindName (Inherited from Windows.UI.Xaml.FrameworkElement)
Public MethodFocus (Inherited from Windows.UI.Xaml.Controls.Control)
Public MethodGetAnimationBaseValue (Inherited from Windows.UI.Xaml.DependencyObject)
Public MethodGetBindingExpression (Inherited from Windows.UI.Xaml.FrameworkElement)
Public MethodGetHashCode (Inherited from System.Runtime.InteropServices.WindowsRuntime.RuntimeClass)
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodGetValue (Inherited from Windows.UI.Xaml.DependencyObject)
Public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodInvalidateArrange (Inherited from Windows.UI.Xaml.UIElement)
Public MethodInvalidateMeasure (Inherited from Windows.UI.Xaml.UIElement)
Public MethodMeasure (Inherited from Windows.UI.Xaml.UIElement)
Public MethodReadLocalValue (Inherited from Windows.UI.Xaml.DependencyObject)
Public MethodReleasePointerCapture (Inherited from Windows.UI.Xaml.UIElement)
Public MethodReleasePointerCaptures (Inherited from Windows.UI.Xaml.UIElement)
Public MethodRemoveHandler (Inherited from Windows.UI.Xaml.UIElement)
Public MethodSelectSelects the text specified by start and length.  
Public MethodSetBinding (Inherited from Windows.UI.Xaml.FrameworkElement)
Public MethodSetValue (Inherited from Windows.UI.Xaml.DependencyObject)
Public MethodToString (Inherited from System.Runtime.InteropServices.WindowsRuntime.RuntimeClass)
Public MethodTransformToVisual (Inherited from Windows.UI.Xaml.UIElement)
Public MethodUpdateLayout (Inherited from Windows.UI.Xaml.UIElement)
Top
Public Events
 NameDescription
Public EventDataContextChanged (Inherited from Windows.UI.Xaml.FrameworkElement)
Public EventDoubleTapped (Inherited from Windows.UI.Xaml.UIElement)
Public EventDragEnter (Inherited from Windows.UI.Xaml.UIElement)
Public EventDragLeave (Inherited from Windows.UI.Xaml.UIElement)
Public EventDragOver (Inherited from Windows.UI.Xaml.UIElement)
Public EventDrop (Inherited from Windows.UI.Xaml.UIElement)
Public EventGotFocus (Inherited from Windows.UI.Xaml.UIElement)
Public EventHolding (Inherited from Windows.UI.Xaml.UIElement)
Public EventIsEnabledChanged (Inherited from Windows.UI.Xaml.Controls.Control)
Public EventIsMouseOverChangedEvent raised when the IsMouseOver property has changed.  
Public EventKeyDown (Inherited from Windows.UI.Xaml.UIElement)
Public EventKeyUp (Inherited from Windows.UI.Xaml.UIElement)
Public EventLayoutUpdated (Inherited from Windows.UI.Xaml.FrameworkElement)
Public EventLoaded (Inherited from Windows.UI.Xaml.FrameworkElement)
Public EventLostFocus (Inherited from Windows.UI.Xaml.UIElement)
Public EventManipulationCompleted (Inherited from Windows.UI.Xaml.UIElement)
Public EventManipulationDelta (Inherited from Windows.UI.Xaml.UIElement)
Public EventManipulationInertiaStarting (Inherited from Windows.UI.Xaml.UIElement)
Public EventManipulationStarted (Inherited from Windows.UI.Xaml.UIElement)
Public EventManipulationStarting (Inherited from Windows.UI.Xaml.UIElement)
Public EventPointerCanceled (Inherited from Windows.UI.Xaml.UIElement)
Public EventPointerCaptureLost (Inherited from Windows.UI.Xaml.UIElement)
Public EventPointerEntered (Inherited from Windows.UI.Xaml.UIElement)
Public EventPointerExited (Inherited from Windows.UI.Xaml.UIElement)
Public EventPointerMoved (Inherited from Windows.UI.Xaml.UIElement)
Public EventPointerPressed (Inherited from Windows.UI.Xaml.UIElement)
Public EventPointerReleased (Inherited from Windows.UI.Xaml.UIElement)
Public EventPointerWheelChanged (Inherited from Windows.UI.Xaml.UIElement)
Public EventRightTapped (Inherited from Windows.UI.Xaml.UIElement)
Public EventSizeChanged (Inherited from Windows.UI.Xaml.FrameworkElement)
Public EventTapped (Inherited from Windows.UI.Xaml.UIElement)
Public EventUnloaded (Inherited from Windows.UI.Xaml.FrameworkElement)
Public EventValueChangedFires when the Value property changes.  
Top
See Also

Reference

C1NumericBox Class
C1.Xaml Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback