RyLiveTools/Source/FrmEffects.xaml

14 lines
839 B
Plaintext
Raw Permalink Normal View History

<Window
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:LiveTools"
xmlns:hc="https://handyorg.github.io/handycontrol" x:Class="LiveTools.FrmEffects"
mc:Ignorable="d"
Title="礼物特效" Height="800" Width="450" Loaded="Window_Loaded" Closing="Window_Closing">
<Canvas x:Name="cvsGround">
<Button Content="测试" Visibility="Hidden" Style="{StaticResource ButtonPrimary}" HorizontalAlignment="Left" Height="56" VerticalAlignment="Top" Width="100" Click="Button_Click" Canvas.Left="21" Canvas.Top="30"/>
</Canvas>
</Window>