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