次の方法で共有


MediaPlayer.NaturalVideoHeight プロパティ

定義

ビデオの高さ (ピクセル単位) を取得します。

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

プロパティ値

Int32

ビデオの高さ (ピクセル単位)。

注釈

メディアの種類がオーディオの場合、Null が返されます。

適用対象