'Declaration <DefaultValueAttribute()> Public Property ShrinkToFit As Boolean
'Usage Dim instance As Cell Dim value As Boolean instance.ShrinkToFit = value value = instance.ShrinkToFit
[DefaultValue()] public bool ShrinkToFit {get; set;}
Property Value
true
if the content supports shrink to fit; otherwise, false
. The default value is false
.