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>

  • 相关阅读:
    MySQL数据库开发的36条原则
    su和sudo的区别与使用
    利用modelarts和物体检测方式识别验证码
    华为云大咖说-庄表伟:架构师的基本功——管理篇
    【玩转MLS系列】基础教程
    Java程序性能优化
    洛谷P4551 最长异或路径
    POJ 2001 Shortest Prefixes
    线段树区间修改
    接毒瘤
  • 原文地址:https://www.cnblogs.com/gisbeginner/p/2534683.html
Copyright © 2011-2022 走看看