1111 d : Height =" 548"
1212 d : Width =" 733"
1313 mc : Ignorable =" d" >
14- <ScrollViewer >
15- <Grid Margin =" 20" >
16- <Grid .RowDefinitions>
17- <RowDefinition Height =" Auto" />
18- <RowDefinition Height =" Auto" />
19- <RowDefinition Height =" Auto" />
20- <RowDefinition Height =" Auto" />
21- <RowDefinition Height =" Auto" />
22- </Grid .RowDefinitions>
23-
24- <Border Grid.Row=" 0" Height =" 150" CornerRadius =" 8" >
25- <Border .Background>
26- <ImageBrush ImageSource =" pack://application:,,,/Resources/pexels-johannes-plenio-1103970.jpg" RenderOptions.BitmapScalingMode=" HighQuality" Stretch =" UniformToFill" />
27- </Border .Background>
28- <Border CornerRadius =" 8" >
29- <Border .Background>
30- <RadialGradientBrush >
31- <GradientStop Offset =" 0" Color =" #1F000000" />
32- <GradientStop Offset =" 1" Color =" #4F000000" />
33- </RadialGradientBrush >
34- </Border .Background>
35- <Grid >
36- <StackPanel Margin =" 48,0" HorizontalAlignment =" Left" VerticalAlignment =" Center" Background =" Transparent" >
37- <!-- <TextBlock FontSize="18" Foreground="#B7FFFFFF" Text="Windows Presentation Foundation" />-->
38- <TextBlock FontSize =" 28" FontWeight =" Bold" Foreground =" #FFFFFF" Text =" One.Toolbox" />
39- <!-- <TextBlock FontSize="18" Foreground="#B7FFFFFF" Text="Build Fluent experiences on Windows using WPF UI." />-->
40- <StackPanel VerticalAlignment =" Center" Orientation =" Horizontal" >
41- <TextBlock FontSize =" 14" Foreground =" #B7FFFFFF" Text =" {Binding Text}" />
42- <!-- <TextBlock VerticalAlignment="Center" FontSize="12" Text=" " />-->
43-
44- <TextBlock VerticalAlignment =" Center" FontSize =" 12" Foreground =" #B7FFFFFF" Text =" {Binding Author}" />
45- </StackPanel >
46- </StackPanel >
47- <TextBlock Margin =" 12" HorizontalAlignment =" Right" VerticalAlignment =" Bottom" FontSize =" 10"
48- Foreground =" #57FFFFFF" Text =" Created by pwb" />
49- <Button HorizontalAlignment =" Right" VerticalAlignment =" Bottom" Background =" Transparent" BorderThickness =" 0"
50- Command =" {Binding TestCommand}"
51- Visibility =" Visible" />
14+ <Grid >
15+ <Grid .RowDefinitions>
16+ <RowDefinition Height =" *" />
17+ <RowDefinition Height =" Auto" />
18+
19+ </Grid .RowDefinitions>
20+ <Border Style =" {StaticResource BorderRegion}" >
21+ <ScrollViewer >
22+ <Grid Margin =" 20" >
23+ <Grid .RowDefinitions>
24+ <RowDefinition Height =" Auto" />
25+ <RowDefinition Height =" Auto" />
26+ <RowDefinition Height =" Auto" />
27+ <RowDefinition Height =" Auto" />
28+ <RowDefinition Height =" Auto" />
29+
30+ </Grid .RowDefinitions>
31+
32+ <Border Grid.Row=" 0" Height =" 150" CornerRadius =" 8" >
33+ <Border .Background>
34+ <ImageBrush ImageSource =" pack://application:,,,/Resources/pexels-johannes-plenio-1103970.jpg" RenderOptions.BitmapScalingMode=" HighQuality" Stretch =" UniformToFill" />
35+ </Border .Background>
36+ <Border CornerRadius =" 8" >
37+ <Border .Background>
38+ <RadialGradientBrush >
39+ <GradientStop Offset =" 0" Color =" #1F000000" />
40+ <GradientStop Offset =" 1" Color =" #4F000000" />
41+ </RadialGradientBrush >
42+ </Border .Background>
43+ <Grid >
44+ <StackPanel Margin =" 48,0" HorizontalAlignment =" Left" VerticalAlignment =" Center" Background =" Transparent" >
45+ <!-- <TextBlock FontSize="18" Foreground="#B7FFFFFF" Text="Windows Presentation Foundation" />-->
46+ <TextBlock FontSize =" 28" FontWeight =" Bold" Foreground =" #FFFFFF" Text =" One.Toolbox" />
47+ <!-- <TextBlock FontSize="18" Foreground="#B7FFFFFF" Text="Build Fluent experiences on Windows using WPF UI." />-->
48+ <StackPanel VerticalAlignment =" Center" Orientation =" Horizontal" >
49+ <TextBlock FontSize =" 14" Foreground =" #B7FFFFFF" Text =" {Binding Text}" />
50+ <!-- <TextBlock VerticalAlignment="Center" FontSize="12" Text=" " />-->
51+
52+ <TextBlock VerticalAlignment =" Center" FontSize =" 12" Foreground =" #B7FFFFFF" Text =" {Binding Author}" />
53+ </StackPanel >
54+ </StackPanel >
55+ <TextBlock Margin =" 12" HorizontalAlignment =" Right" VerticalAlignment =" Bottom" FontSize =" 10"
56+ Foreground =" #57FFFFFF" Text =" Created by pwb" />
57+ <Button HorizontalAlignment =" Right" VerticalAlignment =" Bottom" Background =" Transparent" BorderThickness =" 0"
58+ Command =" {Binding TestCommand}"
59+ Visibility =" Visible" />
60+ </Grid >
61+ </Border >
62+ </Border >
63+
64+ <Grid Grid.Row=" 1" Margin =" 0,24,0,0" >
65+ <Grid .ColumnDefinitions>
66+ <ColumnDefinition Width =" *" />
67+ <ColumnDefinition Width =" *" />
68+ <ColumnDefinition Width =" *" />
69+ </Grid .ColumnDefinitions>
70+ <Grid .RowDefinitions>
71+ <RowDefinition Height =" Auto" />
72+ </Grid .RowDefinitions>
5273 </Grid >
53- </Border >
54- </Border >
55-
56- <Grid Grid.Row=" 1" Margin =" 0,24,0,0" >
57- <Grid .ColumnDefinitions>
58- <ColumnDefinition Width =" *" />
59- <ColumnDefinition Width =" *" />
60- <ColumnDefinition Width =" *" />
61- </Grid .ColumnDefinitions>
62- <Grid .RowDefinitions>
63- <RowDefinition Height =" Auto" />
64- </Grid .RowDefinitions>
65- </Grid >
66-
67- <StackPanel Grid.Row=" 2" Margin =" 0,24,0,0" >
68-
69- <TextBlock FontSize =" 18" FontWeight =" DemiBold" Text =" One.Core" />
70-
71- <uc : Hyperlink Padding =" 4" Content =" Documentation" NavigateUri =" https://kleinpan.github.io/One/api/index.html" ToolTip =" https://kleinpan.github.io/One/api/index.html" />
72- <uc : Hyperlink Padding =" 4" Content =" GitHub" NavigateUri =" https://github.com/KleinPan/One" ToolTip =" https://github.com/KleinPan/One" />
73-
74- <uc : Hyperlink Padding =" 4" Content =" NuGet" NavigateUri =" https://www.nuget.org/packages/One.Core/" ToolTip =" https://www.nuget.org/packages/One.Core/" />
75- </StackPanel >
76- <StackPanel Grid.Row=" 3" Margin =" 0,24,0,0" >
77- <TextBlock FontSize =" 18" FontWeight =" DemiBold" Text =" One.Control" />
78-
79- <uc : Hyperlink Content =" Documentation" NavigateUri =" https://kleinpan.github.io/One/api/index.html" ToolTip =" https://kleinpan.github.io/One/api/index.html" />
80-
81- <uc : Hyperlink Content =" GitHub" NavigateUri =" https://github.com/KleinPan/One" ToolTip =" https://github.com/KleinPan/One" />
82-
83- <uc : Hyperlink Content =" NuGet" NavigateUri =" https://www.nuget.org/packages/One.Control/" ToolTip =" https://www.nuget.org/packages/One.Control/" />
84- </StackPanel >
85-
86- <StackPanel Grid.Row=" 4" Margin =" 0,24,0,0" >
87- <TextBlock FontSize =" 18" FontWeight =" DemiBold" Text =" One.Toolbox" />
88- <uc : Hyperlink Content =" Documentation" NavigateUri =" https://github.com/KleinPan/One" ToolTip =" https://github.com/KleinPan/One" />
89- <uc : Hyperlink Content =" GitHub" NavigateUri =" https://github.com/KleinPan/One" ToolTip =" https://github.com/KleinPan/One" />
90- </StackPanel >
91- </Grid >
92- </ScrollViewer >
74+
75+ <StackPanel Grid.Row=" 2" Margin =" 0,24,0,0" >
76+
77+ <TextBlock FontSize =" 18" FontWeight =" DemiBold" Text =" One.Core" />
78+
79+ <uc : Hyperlink Padding =" 4" Content =" Documentation" NavigateUri =" https://kleinpan.github.io/One/api/index.html" ToolTip =" https://kleinpan.github.io/One/api/index.html" />
80+ <uc : Hyperlink Padding =" 4" Content =" GitHub" NavigateUri =" https://github.com/KleinPan/One" ToolTip =" https://github.com/KleinPan/One" />
81+
82+ <uc : Hyperlink Padding =" 4" Content =" NuGet" NavigateUri =" https://www.nuget.org/packages/One.Core/" ToolTip =" https://www.nuget.org/packages/One.Core/" />
83+ </StackPanel >
84+ <StackPanel Grid.Row=" 3" Margin =" 0,24,0,0" >
85+ <TextBlock FontSize =" 18" FontWeight =" DemiBold" Text =" One.Control" />
86+
87+ <uc : Hyperlink Content =" Documentation" NavigateUri =" https://kleinpan.github.io/One/api/index.html" ToolTip =" https://kleinpan.github.io/One/api/index.html" />
88+
89+ <uc : Hyperlink Content =" GitHub" NavigateUri =" https://github.com/KleinPan/One" ToolTip =" https://github.com/KleinPan/One" />
90+
91+ <uc : Hyperlink Content =" NuGet" NavigateUri =" https://www.nuget.org/packages/One.Control/" ToolTip =" https://www.nuget.org/packages/One.Control/" />
92+ </StackPanel >
93+
94+ <StackPanel Grid.Row=" 4" Margin =" 0,24,0,0" >
95+ <TextBlock FontSize =" 18" FontWeight =" DemiBold" Text =" One.Toolbox" />
96+ <uc : Hyperlink Content =" Documentation" NavigateUri =" https://github.com/KleinPan/One" ToolTip =" https://github.com/KleinPan/One" />
97+ <uc : Hyperlink Content =" GitHub" NavigateUri =" https://github.com/KleinPan/One" ToolTip =" https://github.com/KleinPan/One" />
98+ </StackPanel >
99+
100+ </Grid >
101+ </ScrollViewer >
102+ </Border >
103+
104+
105+ <StatusBar Grid.Row=" 1" >
106+ <StatusBarItem >
107+ <TextBlock Text =" {Binding CurrentUseIP,StringFormat={}LocalIP: {0}}" ></TextBlock >
108+
109+ </StatusBarItem >
110+ </StatusBar >
111+ </Grid >
112+
93113</UserControl >
0 commit comments