TextEditor.EditorHeight property
Obtém ou define a altura do editor de texto.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaração
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; }
Property value
Type: System.Web.UI.WebControls.Unit