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





Gets or sets a value indicating whether the label automatically resizes to prevent its text from trimming.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public bool AutoSize { get; set; }

Visual Basic  Copy Code

Public Property AutoSize As Boolean

 Property Value

true to automatically resize the label based on its content; otherwise, false.

 See Also

Label Members
Label Class
MindFusion.Reporting Namespace