Search
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.Wpf
Assembly: MindFusion.Reporting.Wpf

 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