Version

height Property

Gets sets height of dialog as String. It can be pixels or percents.Height of control in units
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_height() : String
function set_height(value : String)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebDialogWindow.get_height();
See Also