ComponentOne Basic Library for WPF and Silverlight
TextAlignment Property (C1NumericBox)


C1.Silverlight Namespace > C1NumericBox Class : TextAlignment Property
Gets or sets how the text should be aligned in the C1NumericBox.
Syntax
'Declaration
 
Public Property TextAlignment As System.Windows.TextAlignment
'Usage
 
Dim instance As C1NumericBox
Dim value As System.Windows.TextAlignment
 
instance.TextAlignment = value
 
value = instance.TextAlignment
public System.Windows.TextAlignment TextAlignment {get; set;}
See Also

Reference

C1NumericBox Class
C1NumericBox Members