'Declaration Public ReadOnly Property ShrinkToFit As Boolean
'Usage Dim instance As DisplayFormat Dim value As Boolean value = instance.ShrinkToFit
public bool ShrinkToFit {get;}
Property Value
true
if Spread automatically shrinks text to fit in the available column width; otherwise, false
.