WPF 精修篇 数据触发器

2021-01-23 10:12

阅读:642

标签:idt   targe   prope   src   ali   触发器   nta   技术   绑定   

原文:WPF 精修篇 数据触发器

数据触发器 可以使用Binding 来绑定控件 或者数据源 来触发相关动作

举栗子

技术图片

 

  1. "{Binding ElementName=red,Path=IsChecked}" Value="True">
  2. "Background" Value="Red">
  3. "Content" Value="Red"/>
  4. "{Binding ElementName=Blue,Path=IsChecked}" Value="True">
  5. "Background" Value="Blue">
  6. "Content" Value="Blue"/>
  7. "{Binding ElementName=Green,Path=IsChecked}" Value="True">
  8. "Background" Value="Green">
  9. "Content" Value="Green"/>
  10. "301*"/>
  11. "216*"/>
  12. "red" Content="red" Grid.Column="1" HorizontalAlignment="Left" Height="25.837" Margin="20,30,0,0" VerticalAlignment="Top" Width="104"/>
  13. "Blue" Content="Blue" Grid.Column="1" HorizontalAlignment="Left" Height="25.837" Margin="20,91.674,0,0" VerticalAlignment="Top" Width="104"/>
  14. "Green" Content="Green" Grid.Column="1" HorizontalAlignment="Left" Height="25.837" Margin="20,60.837,0,0" VerticalAlignment="Top" Width="104"/>

 

通过binding 可以实现很多东西哟~

 

WPF 精修篇 数据触发器

标签:idt   targe   prope   src   ali   触发器   nta   技术   绑定   

原文地址:https://www.cnblogs.com/lonelyxmas/p/12075486.html


评论


亲,登录后才可以留言!