Compartilhar via


TextBox.Size property

Namespace:  Microsoft.SharePoint.Mobile.Controls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Public Property Size As Integer
    Get
    Set
'Uso
Dim instance As TextBox
Dim value As Integer

value = instance.Size

instance.Size = value
public int Size { get; set; }

Property value

Type: System.Int32

Ver também

Referência

TextBox class

TextBox members

Microsoft.SharePoint.Mobile.Controls namespace