mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 22:16:30 +00:00
0b38d9b24c
add image processing
12 lines
501 B
XML
12 lines
501 B
XML
<Window x:Class="Azaion.Annotator.HelpWindow"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
mc:Ignorable="d"
|
|
Height="700" Width="800"
|
|
ResizeMode="NoResize"
|
|
Topmost="True"
|
|
WindowStartupLocation="CenterScreen">
|
|
</Window>
|