Share via


MediaFieldValue.InlineHeight property

Gets or sets the height of the media player while it is being displayed inline with the rest of the page.

Namespace:  Microsoft.SharePoint.Publishing.Fields
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property InlineHeight As String
    Get
    Set
'Usage
Dim instance As MediaFieldValue
Dim value As String

value = instance.InlineHeight

instance.InlineHeight = value
[DataMemberAttribute]
public string InlineHeight { get; set; }

Property value

Type: System.String
The height of the media player while it is being displayed inline with the rest of the page

See also

Reference

MediaFieldValue class

MediaFieldValue members

Microsoft.SharePoint.Publishing.Fields namespace