ASP.NET Pack Programmer's Guide
NumericUpDown.TextAlignment Property
See Also
 





Gets or sets the alignment of the text inside the control.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public TextAlignment TextAlignment { get; set; }

Visual Basic  Copy Code

Public Property TextAlignment As TextAlignment

 Property Value

Type: TextAlignment
One of the TextAlignment Enumeration values that specifies the alignment of the text content of the control. Default value is TextAlignment.Right.

 See Also

NumericUpDown Members
NumericUpDown Class
MindFusion.UI.WebForms Namespace