Share via


TextBox.Size property

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

Syntax

'Declaration
Public Property Size As Integer
    Get
    Set
'Usage
Dim instance As TextBox
Dim value As Integer

value = instance.Size

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

Property value

Type: System.Int32

See also

Reference

TextBox class

TextBox members

Microsoft.SharePoint.Mobile.Controls namespace