EmbedCodeConfiguration.PixelHeight 属性
Gets or sets the pixel height 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 PixelHeight As UInteger
Get
Set
用法
Dim instance As EmbedCodeConfiguration
Dim value As UInteger
value = instance.PixelHeight
instance.PixelHeight = value
public uint PixelHeight { get; set; }
属性值
类型:System.UInt32
The height in pixels.
备注
If the pixel height is not specified or is 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.