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