ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Textbox Class / CanShrink Property

In This Topic
    CanShrink Property (Textbox)
    In This Topic
    Gets or sets value indicating whether the textbox height can decrease to match the contents.
    Syntax
    'Declaration
     
    Public Property CanShrink As System.Boolean
    public System.bool CanShrink {get; set;}
    See Also