CanShrink Property (RenderField)
In This Topic
Gets or sets a value indicating whether the height of the current field can decrease automatically to fit the field's content.
Syntax
'Declaration
Public Property CanShrink As Boolean
public bool CanShrink {get; set;}
See Also