MediaFieldControl.Height Property
The width of the media player while being display inline with the rest of the page.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property Height As Unit
Get
Set
'Usage
Dim instance As MediaFieldControl
Dim value As Unit
value = instance.Height
instance.Height = value
public Unit Height { get; set; }
Property Value
Type: System.Web.UI.WebControls.Unit
Returns Unit.
Remarks
If a Width value is sepcified by the MediaFieldValue, it will take precedence over this setting unless the PresentationLocked property is set to true.