Guest User

Untitled

a guest
Jun 25th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.77 KB | None | 0 0
  1.  
  2.     <manwe:BasePanel BackColor="Yellow" ID="BasePanel3" Width="100" Height="210" runat="server">
  3.       <Flex Orientation="Horizontal" Align="End" Pack="Center" FlexMatrix="1,3,2" />
  4.       <Content>
  5.  
  6.         <manwe:BasePanel runat="server" ID="BasePanel4" TextAlign="Center" Margin="0 0 0 45px"
  7.          BackColor="Red">
  8.           <Content>foo </Content>
  9.         </manwe:BasePanel>
  10.  
  11.         <manwe:BasePanel runat="server" ID="BasePanel5" Margin="0 0 0 15px" TextAlign="Center"
  12.          BackColor="Blue">
  13.           <Content>bar </Content>
  14.         </manwe:BasePanel>
  15.  
  16.         <manwe:BasePanel runat="server" ID="BasePanel6" TextAlign="Center" BackColor="Green">
  17.           <Content>bar </Content>
  18.         </manwe:BasePanel>
  19.  
  20.       </Content>
  21.     </manwe:BasePanel>
Add Comment
Please, Sign In to add comment