====== Layout ======
Property of [[:scripting:api:pane:start|IPane]]
===== Description =====
Returns preferred pane layout
===== Property type =====
Read-Only Property of type **[[:scripting:api:pane-layout|ePaneLayout]]**
===== Syntax =====
==== JavaScript ====
var eLayout = Pane.Layout;
==== Visual Basic Script ====
eLayout = Pane.Layout
==== C++ ====
ePaneLayout eLayout;
HRESULT hr = Pane.get_Layout(&eLayout);
===== See Also =====
[[:scripting:api:pane:start|IPane]]
~~NOTOC~~