MediaElement.NaturalVideoWidth 屬性

定義

取得與媒體關聯的視訊寬度。

public:
 property int NaturalVideoWidth { int get(); };
public int NaturalVideoWidth { get; }
member this.NaturalVideoWidth : int
Public ReadOnly Property NaturalVideoWidth As Integer

屬性值

與媒體關聯的視訊寬度。

備註

NaturalVideoWidth 在引發事件之前 MediaOpened 並不精確。

適用於