摘要: TextBox样式(放到<Window.Resources/>里): <SolidColorBrush x:Key="TextBox.Static.Border" Color="#FFABAdB3"/> <SolidColorBrush x:Key="TextBox.MouseOver.Border 阅读全文
posted @ 2022-05-23 14:30 ꧁执笔小白꧂ 阅读(639) 评论(0) 推荐(0)
摘要: 一、样式一:方型 1、样式代码: <Style x:Key="CheckBoxStyle" TargetType="{x:Type CheckBox}"> <Setter Property="Background" Value="#FF26405B"/> <Setter Property="Temp 阅读全文
posted @ 2022-05-23 14:20 ꧁执笔小白꧂ 阅读(191) 评论(0) 推荐(0)
摘要: 代码如下: <Style x:Key="ButtonStyle" TargetType="{x:Type Button}"> <Setter Property="Cursor" Value="Hand"/> <Setter Property="Template"> <Setter.Value> <C 阅读全文
posted @ 2022-05-23 14:11 ꧁执笔小白꧂ 阅读(382) 评论(0) 推荐(0)