File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
MahMaterialDragablzMashUp
MaterialDesignThemes.MahApps/Properties Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 6
6
xmlns : mahMaterialDragablzMashUp =" clr-namespace:MahMaterialDragablzMashUp"
7
7
xmlns : dockablz =" clr-namespace:Dragablz.Dockablz;assembly=Dragablz"
8
8
xmlns : wpf =" http://materialdesigninxaml.net/winfx/xaml/themes"
9
+
9
10
WindowTransitionsEnabled =" False"
10
11
TextElement.Foreground=" {DynamicResource MaterialDesignBody}"
11
12
Background =" {DynamicResource MaterialDesignPaper}"
14
15
Title =" Material-MahApps-Dragablz Mash Up" Height =" 640" Width =" 800" >
15
16
<controls : MetroWindow .Flyouts>
16
17
<controls : FlyoutsControl >
17
- <controls : Flyout x : Name =" LeftFlyout" Position =" Left" Header =" Settings" >
18
+ <controls : Flyout x : Name =" LeftFlyout" Position =" Left" Header =" Settings" wpf:FlyoutAssist.HeaderColorMode= " Accent " >
18
19
<mahMaterialDragablzMashUp : FlyoutContent />
19
20
</controls : Flyout >
20
21
</controls : FlyoutsControl >
Original file line number Diff line number Diff line change 3
3
using System . Runtime . CompilerServices ;
4
4
using System . Runtime . InteropServices ;
5
5
using System . Windows ;
6
+ using System . Windows . Markup ;
6
7
7
8
// General Information about an assembly is controlled through the following
8
9
// set of attributes. Change these attribute values to modify the information
53
54
// [assembly: AssemblyVersion("1.0.*")]
54
55
[ assembly: AssemblyVersion ( "0.0.6" ) ]
55
56
[ assembly: AssemblyFileVersion ( "0.0.6" ) ]
57
+ [ assembly: XmlnsDefinition ( "http://materialdesigninxaml.net/winfx/xaml/themes" , "MaterialDesignThemes.MahApps" ) ]
You can’t perform that action at this time.
0 commit comments