Gets or sets the alignment of the text inside the control. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf
SyntaxC#
Copy Code
|
|---|
public TextAlignment TextAlignment { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TextAlignment As TextAlignment |
A member of the WPF TextAlignment enumeration.
See Also