Share via


MediaFieldValue.InlineWidth property

Gets or sets the width 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 InlineWidth As String
    Get
    Set
'Usage
Dim instance As MediaFieldValue
Dim value As String

value = instance.InlineWidth

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

Property value

Type: System.String
The width 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