Textbox.CanShrink 属性

Indicates the text box height can decrease to match the contents

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property CanShrink As Boolean
    Get
    Set
用法
Dim instance As Textbox
Dim value As Boolean

value = instance.CanShrink

instance.CanShrink = value
public bool CanShrink { get; set; }
public:
property bool CanShrink {
    bool get ();
    void set (bool value);
}
member CanShrink : bool with get, set
function get CanShrink () : boolean
function set CanShrink (value : boolean)

属性值

类型:System.Boolean
A Boolean value.