Share via


MediaFieldValue.InlineHeight Property

Gets or sets the height of the media player while 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

See Also

Reference

MediaFieldValue Class

MediaFieldValue Members

Microsoft.SharePoint.Publishing.Fields Namespace