MediaElement.NaturalVideoWidth 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 of the video associated with the media.
public:
property int NaturalVideoWidth { int get(); };
int NaturalVideoWidth();
public int NaturalVideoWidth { get; }
var int32 = mediaElement.naturalVideoWidth;
Public ReadOnly Property NaturalVideoWidth As Integer
Property Value
Int32
int
The width of the video associated with the media. The default is 0.