A cross-platform UI framework for .NET
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

9 lines
433 B

<Style xmlns="https://github.com/perspex"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mut="https://github.com/perspex/mutable">
<Style.Resources>
<mut:SolidColorBrush x:Key="RedBrush" Color="{StyleResource Red}"/>
<mut:SolidColorBrush x:Key="GreenBrush" Color="{StyleResource Green}"/>
<mut:SolidColorBrush x:Key="BlueBrush" Color="{StyleResource Blue}"/>
</Style.Resources>
</Style>