MediaElement.AspectRatioWidth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the width portion of the native aspect ratio of the media.
public:
property int AspectRatioWidth { int get(); };
int AspectRatioWidth();
public int AspectRatioWidth { get; }
var int32 = mediaElement.aspectRatioWidth;
Public ReadOnly Property AspectRatioWidth As Integer
Property Value
Int32
int
The width portion of the native aspect ratio of the media. This value holds meaning only when you compare it with the value for the AspectRatioHeight property; the two properties together describe the aspect ratio.