MediaElement.AspectRatioWidth 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得媒體原生外觀比例的寬度部分。
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 屬性的值進行比較時,這個值才會保留意義;這兩個屬性一起描述外觀比例。