MediaFieldValue.InlineWidth Property
Gets or sets the width of the media player while being display 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