Share via


TextEditor.MaxHeightSize Property

Gets or sets the maximum number of lines that the TextEditor allows.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Property MaxHeightSize As Integer
    Get
    Set
'Usage
Dim instance As TextEditor
Dim value As Integer

value = instance.MaxHeightSize

instance.MaxHeightSize = value
public int MaxHeightSize { get; set; }

Property Value

Type: System.Int32

Remarks

This property only applies when the DynamicHeightSizing property is set to true.

See Also

Reference

TextEditor Class

TextEditor Members

Microsoft.SharePoint.Portal.WebControls Namespace