重命名控件库
This commit is contained in:
@@ -163,7 +163,7 @@
|
||||
</Style.Triggers>
|
||||
</Style>
|
||||
|
||||
<Style TargetType="controls:NeoWindow" x:Key="NeoWindowStyle">
|
||||
<Style TargetType="controls:MelWindow" x:Key="NeoWindowStyle">
|
||||
<Setter Property="Background" Value="{DynamicResource BackgroundLayoutBrush}" />
|
||||
<Setter Property="MinWidth" Value="300" />
|
||||
<Setter Property="WindowChrome.WindowChrome">
|
||||
@@ -176,7 +176,7 @@
|
||||
</Setter>
|
||||
<Setter Property="Template">
|
||||
<Setter.Value>
|
||||
<ControlTemplate TargetType="controls:NeoWindow">
|
||||
<ControlTemplate TargetType="controls:MelWindow">
|
||||
<ControlTemplate.Resources>
|
||||
<!-- 激活窗口后,窗口内容逐渐清晰,不透明度增加到1 -->
|
||||
<Storyboard x:Key="OpacityInStoryboard">
|
||||
@@ -454,5 +454,5 @@
|
||||
</Trigger>
|
||||
</Style.Triggers>
|
||||
</Style>
|
||||
<Style BasedOn="{StaticResource NeoWindowStyle}" TargetType="controls:NeoWindow" />
|
||||
<Style BasedOn="{StaticResource NeoWindowStyle}" TargetType="controls:MelWindow" />
|
||||
</ResourceDictionary>
|
||||
Reference in New Issue
Block a user