de la propiedad TextEditor.EditorHeight
Obtiene o establece el alto del editor de texto.
Espacio de nombres: Microsoft.SharePoint.Portal.WebControls
Ensamblado: Microsoft.SharePoint.Portal (en Microsoft.SharePoint.Portal.dll)
'Declaración
Public Property EditorHeight As Unit
Get
Set
'Uso
Dim instance As TextEditor
Dim value As Unit
value = instance.EditorHeight
instance.EditorHeight = value
public Unit EditorHeight { get; set; }