Files
APIVisualExecutor/Examples/Nodify.StateMachine/Themes/Brushes.xaml
Ankitkumar Satapara 21aaef6776 Add project files.
2026-04-17 22:31:58 +05:30

17 lines
764 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 x:Key="PanelBackgroundBrush"
o:Freeze="True"
Color="{DynamicResource PanelBackgroundColor}" />
<SolidColorBrush x:Key="ActiveStateBrush"
o:Freeze="True"
Color="{DynamicResource ActiveStateColor}" />
<SolidColorBrush x:Key="ReadOnlyStateBrush"
o:Freeze="True"
Color="{DynamicResource ReadOnlyStateColor}" />
</ResourceDictionary>