MindFusion WinForms Programmer's Guide
Label.Alignment Property
See Also
 





Gets or sets the alignment of the text displayed in the label.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public StringAlignment Alignment { get; set; }

Visual Basic  Copy Code

Public Property Alignment As StringAlignment

 Property Value

A member of the .NET StringAlignment enumeration indicating the horizontal alignment of the text. The default is Near.

 See Also

Label Members
Label Class
MindFusion.Reporting Namespace