Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
setSize Method
Sets new size for target.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function setSize(
: Number,
: Number
) : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfResizeBehavior.setSize(Number,Number); |
Parameters
- width
- Width of target in pixels.
- height
- Height of target in pixels.
See Also