videoHeight property
int
get
videoHeight
The HTMLVideoElement interface's read-only videoHeight
property
indicates the intrinsic height of the
video, expressed in CSS pixels.
In simple terms, this is the height of the media in its natural size.
Implementation
external int get videoHeight;