ActiveReports Developer 7
ShrinkToFit Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > TextBox Class : ShrinkToFit Property

Glossary Item Box

Select whether the Textbox shrinks text to fit fixed sized control.

Syntax

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

See Also