1 <Button Style="{DynamicResource DefalutButton}" FocusVisualStyle="{x:Null}" Height="21" Tag="111" Width="49" Canvas.Left="72" Canvas.Top="172" HorizontalAlignment="Left" Margin="2.333,60,0,0" VerticalAlignment="Top">
2 <Button.Content>
3 <Grid Width="45.083">
4 <Image Source="{DynamicResource ImageButton_Add}" HorizontalAlignment="Left" Grid.Row="0" Width="12" Margin="-0.07,0.04,0,-0.1" RenderTransformOrigin="0.5,0.5">
5 <Image.RenderTransform>
6 <TransformGroup>
7 <ScaleTransform/>
8 <SkewTransform/>
9 <RotateTransform Angle="0.592"/>
10 <TranslateTransform/>
11 </TransformGroup>
12 </Image.RenderTransform>
13 </Image>
14 <TextBlock Text="{DynamicResource ImageButtonContext_Add}" Grid.Row="1" VerticalAlignment="Center" Margin="13.087,0,0,0" d:LayoutOverrides="GridBox" Height="13" Width="31" HorizontalAlignment="Right"/>
15 </Grid>
16 </Button.Content>
17 </Button>

相关文章:

  • 2022-12-23
  • 2021-12-11
  • 2021-12-09
  • 2021-08-12
  • 2021-10-10
  • 2021-10-07
  • 2021-06-16
  • 2021-09-18
猜你喜欢
  • 2022-12-23
  • 2021-07-16
  • 2021-04-10
  • 2022-02-14
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案