ActiveReports Developer 7
ShrinkToFit Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > Label Class : ShrinkToFit Property

Glossary Item Box

Gets ot sets the value indicating whether the label should decrease the font size in order to fit the content.

Syntax

Visual Basic (Declaration) 
Public Property ShrinkToFit As System.Boolean
C# 
public System.bool ShrinkToFit {get; set;}

See Also