MediaElement.NaturalVideoWidth プロパティ

定義

メディアに関連付けられているビデオの幅を取得します。

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

プロパティ値

メディアに関連付けられているビデオの幅。

注釈

NaturalVideoWidth は、イベントが MediaOpened 発生するまで正確ではありません。

適用対象