: TextEditor.EditorHeight (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
Gets or sets the height of the text editor.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Property EditorHeight As Unit
'Uso
Dim instance As TextEditor
Dim value As Unit
value = instance.EditorHeight
instance.EditorHeight = value
public Unit EditorHeight { get; set; }
Valor de propiedad
A System.Web.UI.WebControls.Unit that represents the height of the text editor.
Comentarios
The default is 300 pixels.
Vea también
Referencia
TextEditor (Clase)
TextEditor (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)