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





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

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public StringAlignment LineAlignment { get; set; }

Visual Basic  Copy Code

Public Property LineAlignment As StringAlignment

 Property Value

A member of the .NET StringAlignment enumeration indicating the vertical alignment of the text. The default is Center.

 See Also

Label Members
Label Class
MindFusion.Reporting Namespace