Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <Window x:Name="window_cm_QickCapture" x:Class="NeXT.Windows.ClusterMenuServices.cm_QuickCapture"
- 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:w="clr-namespace:NeXT.Functions.Class"
- xmlns:local="clr-namespace:NeXT.Windows.ClusterMenuServices"
- mc:Ignorable="d"
- WindowState="Maximized"
- WindowStyle="None"
- Opacity="0.3"
- AllowsTransparency="True"
- PreviewMouseDown="Window_MouseDown"
- PreviewMouseMove="Window_MouseMove">
- <Window.Background>
- <LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
- <GradientStop Color="Black" Offset="0"/>
- <GradientStop Color="#FF74E6FF" Offset="1"/>
- </LinearGradientBrush>
- </Window.Background>
- <Canvas x:Name="cnv" />
- </Window>
Advertisement