[FZ Editor] Updated (preview) zone colors (#9799)

* Updated colors

* Updated border colors

* Updated borderbrush

* Updated background colors

* Added DropShadow
This commit is contained in:
Niels Laute
2021-02-22 10:50:33 +01:00
committed by GitHub
parent 072638ab73
commit ed25ae64e5
10 changed files with 70 additions and 57 deletions

View File

@@ -6,13 +6,17 @@
xmlns:local="clr-namespace:FancyZonesEditor"
xmlns:props="clr-namespace:FancyZonesEditor.Properties"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:ui="http://schemas.modernwpf.com/2019"
d:DesignHeight="450"
d:DesignWidth="800"
Background="{DynamicResource GridZoneBackgroundBrush}"
BorderBrush="{DynamicResource SystemControlBackgroundAccentBrush}"
BorderBrush="{DynamicResource LayoutPreviewZoneBorderBrush}"
BorderThickness="1"
Opacity="1"
ui:ControlHelper.CornerRadius="4"
Effect="{StaticResource ZoneDropShadow}"
mc:Ignorable="d">
<Grid x:Name="Frame">
<Canvas x:Name="Body" />
<DockPanel HorizontalAlignment="Center"