Partager via


TextEditor.EditorHeight, propriété (Microsoft.SharePoint.Portal.WebControls)

Gets or sets the height of the text editor.

Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
Public Property EditorHeight As Unit
'Utilisation
Dim instance As TextEditor
Dim value As Unit

value = instance.EditorHeight

instance.EditorHeight = value
public Unit EditorHeight { get; set; }

Valeur de la propriété

A System.Web.UI.WebControls.Unit that represents the height of the text editor.

Remarques

The default is 300 pixels.

Voir aussi

Référence

TextEditor, classe
Membres TextEditor
Microsoft.SharePoint.Portal.WebControls, espace de noms