Partager via


Propriété Textbox.CanShrink

Indicates whether the text box height can decrease to match the contents.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property CanShrink As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.Boolean
True if the text box height can decrease to match the contents; otherwise, false.

Voir aussi

Référence

Textbox Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel