Example Code
<obshow:Show id="Show1" runat="server" ShowType="manual" ManualChanger="true"> <Changer Type="Arrow" /> <Panels> <obshow:Panel> ... Panel Content here ...
VS.NET
Show1.Changer.Type = ChangerType.Arrow
C#
Show1.Changer.Type = ChangerType.Both;