Version

orientation Property

Gets orientation of splitter bars.Value of 0 represents vertical orientation, and value of 1 - horizontal.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_orientation() : Integer
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebSplitter.get_orientation();
See Also