Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- <ResourceDictionary
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:con="clr-namespace:BPASmartClient.CustomResource.Converters">
- <!-- 文本框的字体颜色 -->
- <SolidColorBrush x:Key="TextBlockForeground" Color="#9934F7F7" />
-
- <!-- 表格头边框颜色 -->
- <SolidColorBrush x:Key="TitleBorderColor" Color="#FF2AB2E7" />
-
- <!-- 表格头字体颜色 -->
- <SolidColorBrush x:Key="TitleFontColor" Color="#ddd" />
-
- <!-- 数据表边框颜色 -->
- <SolidColorBrush x:Key="BorderSolid" Color="#5523CACA" />
-
-
- </ResourceDictionary>
|