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