Свойство 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.