SPAppIFrame.DefaultHeight property

The height to use if SPAppIFrame.Height is not set and the iframed content does not specify a height via PostMessage("resize(width,height)");

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

Syntax

'Declaration
Public Property DefaultHeight As String
    Get
    Set
'Usage
Dim instance As SPAppIFrame
Dim value As String

value = instance.DefaultHeight

instance.DefaultHeight = value
public string DefaultHeight { get; set; }

Property value

Type: System.String

See also

Reference

SPAppIFrame class

SPAppIFrame members

Microsoft.SharePoint.WebControls namespace