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 属性的值进行比较时才有意义;这两个属性共同描述纵横比。