Height Property (WebVideoProperties)
In This Topic
Gets or sets the height of the rendered html page in pixels.
Value must be greater than 0.
The default is 0.
Syntax
'Declaration
Public Property Height As System.Integer
public System.int Height {get; set;}
See Also