WPF 批量修改控件属性

<Style TargetType="TextBox">
<Setter Property="Height" Value="24" />
</Style>

原文地址:https://www.cnblogs.com/huzige/p/12720711.html