共用方式為


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.