MediaElement.AspectRatioHeight 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 height portion of the native aspect ratio of the media.
public:
property int AspectRatioHeight { int get(); };
int AspectRatioHeight();
public int AspectRatioHeight { get; }
var int32 = mediaElement.aspectRatioHeight;
Public ReadOnly Property AspectRatioHeight As Integer
Property Value
Int32
int
The height portion of the native aspect ratio of the media. This value holds meaning only when you compare it with the value for the AspectRatioWidth property; the two properties together describe the aspect ratio.