代码拉取完成,页面将自动刷新
<UserControl x:Class="CookPopularInstaller.Generate.CustomSplashScreen"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:ui="https://github.cookpopularui/2021/xaml"
mc:Ignorable="d"
d:DesignHeight="360"
d:DesignWidth="580"
Width="580"
Height="360"
Foreground="{StaticResource {x:Static SystemColors.ControlTextBrushKey}}"
SnapsToDevicePixels="True"
DataContext="{Binding RelativeSource={RelativeSource Self}}"
TextOptions.TextFormattingMode="Display"
TextOptions.TextRenderingMode="ClearType"
UseLayoutRounding="True">
<ui:SimpleGrid>
<ui:SimpleGrid.Background>
<LinearGradientBrush StartPoint="0,0" EndPoint="1,1">
<GradientStop Offset="0" Color="Aqua" />
<GradientStop Offset="0.5" Color="BlanchedAlmond" />
<GradientStop Offset="1" Color="DarkSalmon" />
</LinearGradientBrush>
</ui:SimpleGrid.Background>
<StackPanel VerticalAlignment="Center">
<Border Width="60" Height="60">
<Border.Background>
<DrawingBrush Stretch="Uniform">
<DrawingBrush.Drawing>
<DrawingGroup>
<DrawingGroup.Children>
<DrawingGroup>
<DrawingGroup.Children>
<DrawingGroup>
<DrawingGroup.Transform>
<MatrixTransform Matrix="1,0,0,1,0,0" />
</DrawingGroup.Transform>
<DrawingGroup.Children>
<ImageDrawing ImageSource="Assets\Images\company.png" Rect="0,0,92,84" />
</DrawingGroup.Children>
</DrawingGroup>
</DrawingGroup.Children>
</DrawingGroup>
</DrawingGroup.Children>
</DrawingGroup>
</DrawingBrush.Drawing>
</DrawingBrush>
</Border.Background>
</Border>
<!--<Viewbox Width="60" Height="60" Margin="0,0,0,15">
<Path Data="{StaticResource AppLogoGeometry}" Fill="{StaticResource CompanyLogoFillBrush}" Stretch="UniformToFill">
<Path.LayoutTransform>
<MatrixTransform Matrix="1.3333,0,0,1.3333,0,-1.08832" />
</Path.LayoutTransform>
</Path>
</Viewbox>-->
<TextBlock Text="写代码的厨子"
Foreground="Orange"
FontSize="22" FontWeight="ExtraBold"
Margin="0,10"
HorizontalAlignment="Center" VerticalAlignment="Center"
FontStretch="UltraExpanded" />
<TextBlock Text="Copyright © 2021 CookCSharp. All Rights Reserved"
Foreground="#4A4A4A"
FontSize="16" FontWeight="ExtraBold"
HorizontalAlignment="Center" VerticalAlignment="Center"
FontStretch="UltraExpanded" />
</StackPanel>
</ui:SimpleGrid>
</UserControl>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。