EmbedCodeConfiguration.PixelWidth 属性

Gets or sets the pixel width of the element that displays the media stream.

命名空间:  Microsoft.SharePoint.Client.Video
程序集:   Microsoft.SharePoint.Client.DocumentManagement.Silverlight(位于 Microsoft.SharePoint.Client.DocumentManagement.Silverlight.dll 中);  Microsoft.SharePoint.Client.DocumentManagement.Phone(位于 Microsoft.SharePoint.Client.DocumentManagement.Phone.dll 中)  Microsoft.SharePoint.Client.DocumentManagement(位于 Microsoft.SharePoint.Client.DocumentManagement.dll 中)

语法

声明
Public Property PixelWidth As UInteger
    Get
    Set
用法
Dim instance As EmbedCodeConfiguration
Dim value As UInteger

value = instance.PixelWidth

instance.PixelWidth = value
public uint PixelWidth { get; set; }

属性值

类型:System.UInt32
The width in pixels.

备注

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.

另请参阅

引用

EmbedCodeConfiguration 类

EmbedCodeConfiguration 成员

Microsoft.SharePoint.Client.Video 命名空间