EntityEditor.MaximumHeight Property
Gets or sets the value that represents the maximum height.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property MaximumHeight As Integer
Get
Set
'Usage
Dim instance As EntityEditor
Dim value As Integer
value = instance.MaximumHeight
instance.MaximumHeight = value
public int MaximumHeight { get; set; }
Property Value
Type: System.Int32
An integer that contains the maximum height that has a maximum value equal to screen height. The default is 3.