MindFusion.Reporting for Silverlight Programmer's Guide
Label.AutoSize Property
See Also
 





Gets or sets a value indicating whether the label will auto resize to fit its content. This is a dependency property.

Namespace: MindFusion.Reporting.Silverlight
Assembly: MindFusion.Reporting.Silverlight

 Syntax

C#  Copy Code

public bool AutoSize { get; set; }

Visual Basic  Copy Code

Public Property AutoSize As Boolean

 Property Value

true, to size the label automatically to its content; otherwise, false.

 See Also

Label Members
Label Class
MindFusion.Reporting.Silverlight Namespace