MediaElement.AspectRatioWidth プロパティ

定義

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

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

プロパティ値

Int32

int

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

適用対象