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





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

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public StringFormat Format { get; set; }

Visual Basic  Copy Code

Public Property Format As StringFormat

 Property Value

A member of the .NET StringAlignment enumeration.

 See Also

Label Members
Label Class
MindFusion.Reporting Namespace