ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / ITextBox Interface / CanShrink Property

In This Topic
    CanShrink Property (ITextBox)
    In This Topic
    Gets a value indicating whether the textbox can shrink.
    Syntax
    'Declaration
     
    ReadOnly Property CanShrink As Boolean
    bool CanShrink {get;}

    Property Value

    A System.Boolean value. true if the textbox can shrink; otherwise, false.
    See Also