MindFusion.Wpf Pack Programmer's Guide
NumericUpDown.TextAlignment Property
See Also
 





Gets or sets the alignment of the text inside the control. This is a dependency property.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf

 Syntax

C#  Copy Code

public TextAlignment TextAlignment { get; set; }

Visual Basic  Copy Code

Public Property TextAlignment As TextAlignment

 Property Value

A member of the WPF TextAlignment enumeration.

 See Also

NumericUpDown Members
NumericUpDown Class
MindFusion.UI.Wpf Namespace