ComponentOne Reports for WPF
C1.C1Preview Namespace / RenderField Class / CanShrink Property

In This Topic
    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