MediaElement.NaturalVideoHeight プロパティ

定義

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

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

プロパティ値

メディアに関連付けられているビデオの高さ。 オーディオ ファイルは 0 を返します。

注釈

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

適用対象