다음을 통해 공유


CanShrink 속성

Indicates the text box height can decrease to match the contents

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls.dll의 Microsoft.ReportingServices.Designer.Controls

구문

‘선언
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.