ShrinkToFit Property (DisplayFormat)
Gets a value that indicates if Spread automatically shrinks text to fit in the available column width of the associated
DisplayFormat object as it is displayed in the current user interface.
public bool ShrinkToFit {get;}
'Declaration
Public ReadOnly Property ShrinkToFit As Boolean
'Usage
Dim instance As DisplayFormat
Dim value As Boolean
value = instance.ShrinkToFit
Property Value
true
if Spread automatically shrinks text to fit in the available column width; otherwise,
false
.