'Declaration
Public Property ShrinkToFit As Boolean
'Usage
Dim instance As Alignment Dim value As Boolean instance.ShrinkToFit = value value = instance.ShrinkToFit
public bool ShrinkToFit {get; set;}
Property Value
true
if the displayed text in the cell should be shrunk to fit the cell width; otherwise, false
.