更新整理
This commit is contained in:
33
WPFluent.Gallery/Views/Pages/MediaPage.xaml
Normal file
33
WPFluent.Gallery/Views/Pages/MediaPage.xaml
Normal file
@@ -0,0 +1,33 @@
|
||||
<Page
|
||||
Foreground="{DynamicResource TextFillColorPrimaryBrush}"
|
||||
Title="MediaPage"
|
||||
controls:PageControlDocumentation.Show="False"
|
||||
d:DataContext="{d:DesignInstance pages:MediaPage,
|
||||
IsDesignTimeCreatable=False}"
|
||||
mc:Ignorable="d"
|
||||
ui:Design.Background="{DynamicResource ApplicationBackgroundBrush}"
|
||||
ui:Design.Foreground="{DynamicResource TextFillColorPrimaryBrush}"
|
||||
x:Class="WPFluent.Gallery.Views.Pages.MediaPage"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:controls="clr-namespace:WPFluent.Gallery.Controls"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:models="clr-namespace:WPFluent.Gallery.Models"
|
||||
xmlns:pages="clr-namespace:WPFluent.Gallery.Views.Pages"
|
||||
xmlns:ui="https://github.com/ShrlAlgo/WPFluent"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
|
||||
<ui:StackPanel Spacing="5">
|
||||
<Image
|
||||
Height="200"
|
||||
HorizontalAlignment="Left"
|
||||
Source="pack://application:,,,/WPFluent.Gallery;component/Assets/pexels-johannes-plenio-1103970.jpg" />
|
||||
<ui:Image
|
||||
BorderBrush="#33000000"
|
||||
BorderThickness="2"
|
||||
CornerRadius="4"
|
||||
Height="200"
|
||||
HorizontalAlignment="Left"
|
||||
Source="pack://application:,,,/WPFluent.Gallery;component/Assets/pexels-johannes-plenio-1103970.jpg" />
|
||||
</ui:StackPanel>
|
||||
</Page>
|
||||
Reference in New Issue
Block a user