7 lines
395 B
XML
7 lines
395 B
XML
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:o="http://schemas.microsoft.com/winfx/2006/xaml/presentation/options">
|
|
|
|
<SolidColorBrush o:Freeze="True" x:Key="ThirdlyBorderBrush" Color="{DynamicResource ThirdlyBorderColor}"/>
|
|
|
|
</ResourceDictionary> |