/
tltprog
/
GRAPHICS
Обзор
Документация
Войти
/
tltprog
/
GRAPHICS
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Diffuse/DiffuseBitmap/MainWindow.xaml
14 строк
686 B
tltrus
up
18 май 2024, 18:52
18 май 2024, 18:52
027f164
Код
Авторство
О чём код?
<Window x:Class="Diffuse.MainWindow" 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:local="clr-namespace:Diffuse" mc:Ignorable="d" Title="Diffusion Algorithm" Height="230" Width="210"> <Grid> <Border BorderThickness="3" Background="LightGray"> <Image x:Name="g" Margin="2" HorizontalAlignment="Left" Width="200" Height="200" VerticalAlignment="Top"/> </Border> </Grid> </Window>