zoukankan      html  css  js  c++  java
  • wp toolkit 之ContextMenu GIS

    <Grid Width="419" Height="86">
                  <toolkit:ContextMenuService.ContextMenu>
                      <toolkit:ContextMenu Background="#FF494D49" Height="80">


                          <TextBlock Margin="62,-9,0,17" TextWrapping="Wrap" Text="从购物车中删除" RenderTransformOrigin="0.488,2.37" FontSize="29.333" HorizontalAlignment="Left" MouseLeftButtonDown="TextBlock_MouseLeftButtonDown" Width="330"/>

                      </toolkit:ContextMenu>
                  </toolkit:ContextMenuService.ContextMenu>

                  <Image HorizontalAlignment="Left"  Margin="4,5,0,5" Width="71" Height="68" Source="../10.jpg" Stretch="Fill"/>
                           <TextBlock HorizontalAlignment="Left" Margin="79,0,0,5" TextWrapping="Wrap" Text="数量" VerticalAlignment="Bottom" FontSize="16" RenderTransformOrigin="2.219,0.476"/>
                        <TextBlock HorizontalAlignment="Right" Margin="0,0,58,6" TextWrapping="Wrap" VerticalAlignment="Bottom" Width="16" Height="18" d:LayoutOverrides="VerticalAlignment" FontSize="13.333" Text="¥"/>
                          

              </Grid>

  • 相关阅读:
    poj 1080 dp
    Codeforces Round #280 (Div. 2)
    Codeforces Round #279 (Div. 2)f
    Codeforces Round #278 (Div. 1)
    Codeforces Round #276 (Div. 1)
    搜索
    debug 心得
    ZOJ 1633
    DRF 一对多序列化与反序列化
    HTTP协议
  • 原文地址:https://www.cnblogs.com/gisbeginner/p/2534683.html
Copyright © 2011-2022 走看看