25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- <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>
|