Reports for WinForms | ComponentOne
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 Boolean
    public bool CanShrink {get; set;}
    See Also