Search
ProgressBar.TextAlign Property
See Also
 





Gets or sets the alignment of the text in the button control.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms

 Syntax

C#  Copy Code

public ContentAlignment TextAlign { get; set; }

Visual Basic  Copy Code

Public Property TextAlign As ContentAlignment

 Property Value

 See Also