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