Gets or sets a value indicating whether the label automatically resizes to prevent its text from trimming.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
C# Copy Code |
---|
public bool AutoSize { get; set; } |
Visual Basic Copy Code |
---|
Public Property AutoSize As Boolean |
true to automatically resize the label based on its content; otherwise, false.