EmbedCodeConfiguration.PixelWidth property
Gets or sets the pixel width of the element that displays the media stream.
Namespace: Microsoft.SharePoint.Client.Video
Assembly: Microsoft.SharePoint.Client.DocumentManagement (in Microsoft.SharePoint.Client.DocumentManagement.dll)
Syntax
'Declaration
Public Property PixelWidth As UInteger
Get
Set
'Usage
Dim instance As EmbedCodeConfiguration
Dim value As UInteger
value = instance.PixelWidth
instance.PixelWidth = value
public uint PixelWidth { get; set; }
Property value
Type: System.UInt32
The width in pixels.
Remarks
If the pixel width is not specified, or less than 0, the value is taken from the natural media dimensions.
Use this property if the natural media dimensions do not fit the target display.