VideoProperties.Height 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 of the video.
public:
property unsigned int Height { unsigned int get(); };
uint32_t Height();
public uint Height { get; }
var uInt32 = videoProperties.height;
Public ReadOnly Property Height As UInteger
Property Value
The height of the video, in pixels.