MediaElement.NaturalVideoWidth プロパティ

定義

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

public:
 property int NaturalVideoWidth { int get(); };
int NaturalVideoWidth();
public int NaturalVideoWidth { get; }
var int32 = mediaElement.naturalVideoWidth;
Public ReadOnly Property NaturalVideoWidth As Integer

プロパティ値

Int32

int

メディアに関連付けられているビデオの幅。 既定値は 0 です。

適用対象