一、导出

1                  <Button
2                             x:Name="btnExport"
3                             IsEnabled="{Binding IsEnabled}"
4                             Margin="{DynamicResource BtnMargin}"
5                             controls:ButtonHelper.IconContent="{DynamicResource Icon_Export}"
6                             Content="{DynamicResource Export}" Click="Export_ImageButton_Click" Height="36" VerticalAlignment="Bottom" />
1、IndexPage.xmal

相关文章:

  • 2021-09-14
  • 2021-04-04
  • 2021-11-04
  • 2021-07-29
  • 2021-10-30
  • 2021-06-20
  • 2021-09-21
  • 2021-05-21
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-07
  • 2021-09-19
  • 2022-01-02
  • 2021-10-24
  • 2021-09-24
相关资源
相似解决方案