VideoProperties.Height Property

Definition

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

UInt32

unsigned int

uint32_t

The height of the video, in pixels.

Applies to