sdf
This commit is contained in:
parent
a7a32b4529
commit
58146ac23a
@ -8,13 +8,14 @@
|
|||||||
Title="Барышев Дмитрий ПИбд-23" MinHeight="400" MinWidth="600" MaxHeight="400" MaxWidth="600">
|
Title="Барышев Дмитрий ПИбд-23" MinHeight="400" MinWidth="600" MaxHeight="400" MaxWidth="600">
|
||||||
|
|
||||||
<Window.Resources>
|
<Window.Resources>
|
||||||
|
|
||||||
<SolidColorBrush x:Key="BorderColor" Color="#7F00FF"/>
|
<SolidColorBrush x:Key="BorderColor" Color="#7F00FF"/>
|
||||||
|
|
||||||
<Style TargetType="Button">
|
<Style TargetType="Button">
|
||||||
<Setter Property="Template">
|
<Setter Property="Template">
|
||||||
<Setter.Value>
|
<Setter.Value>
|
||||||
<ControlTemplate TargetType="Button">
|
<ControlTemplate TargetType="Button">
|
||||||
<Border BorderBrush="{DynamicResource {x:Static SystemColors.MenuBarBrushKey}}" BorderThickness="2" CornerRadius="5">
|
<Border BorderBrush="{StaticResource BorderColor}" BorderThickness="2" CornerRadius="5">
|
||||||
<ContentPresenter HorizontalAlignment="Center" VerticalAlignment="Center"/>
|
<ContentPresenter HorizontalAlignment="Center" VerticalAlignment="Center"/>
|
||||||
</Border>
|
</Border>
|
||||||
</ControlTemplate>
|
</ControlTemplate>
|
||||||
|
Loading…
Reference in New Issue
Block a user