MediaElement.AspectRatioHeight プロパティ

定義

メディアのネイティブ縦横比の高さ部分を取得します。

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

プロパティ値

Int32

int

メディアのネイティブ縦横比の高さ部分。 この値は、 AspectRatioWidth プロパティの値と比較した場合にのみ意味を保持します。2 つのプロパティが一緒に縦横比を表します。

適用対象