<!--头部-->
<Grid Grid.Row="0" Width="450" Height="150">
<Grid.Effect>
<DropShadowEffect Color="#7fcef9" BlurRadius="16" ShadowDepth="1" Opacity="0.9"/>
</Grid.Effect>
<!--绘制图形-->
<Canvas x:Name="mainCanvas" Width="450" Height="300">
<Path Stroke="White" StrokeThickness="2" HorizontalAlignment="Left">
<Path.Fill>
<ImageBrush ImageSource="Image/load1.png" Opacity="0.8"></ImageBrush>
</Path.Fill>
<Path.Data>
<PathGeometry>
<PathFigure IsClosed="True" StartPoint="20,0">
<ArcSegment Point="0,20" Size="20,20"/>
<LineSegment Point="0,40"/>
<LineSegment Point="0,100"/>
<!--<ArcSegment Point="20,60" Size="20,20"/>-->
<LineSegment Point="225,140"/>
<!--<LineSegment Point="158,60"/>-->
<LineSegment Point="450,100"/>
<!--<ArcSegment Point="178,0" Size="20,20"/>-->
<LineSegment Point="450,20"/>
<ArcSegment Point="430,0" Size="20,20"/>
</PathFigure>
</PathGeometry>
</Path.Data>
</Path>
</Canvas>
<StackPanel Grid.Row="1" Orientation="Horizontal" VerticalAlignment="Top" Height="110" Width="420">
<Image Source="Image/ty.png" Width="70" Height="90"></Image>
<Label></Label>
<StackPanel HorizontalAlignment="Center" Orientation="Vertical" Width="350" Height="90">
<StackPanel.Effect>
<DropShadowEffect Color="#7fcef9" BlurRadius="16" Opacity="0.9"/>
</StackPanel.Effect>
<Label Content="供 热 自 助 缴 费 终 端" Foreground="#84e7ed" FontSize="30"></Label>
<Label Content="HEATING SELF-HELP PAYMENT TERMINAL" Foreground="#84e7ed" FontSize="15" VerticalAlignment="Center"></Label>
</StackPanel>
</StackPanel>
<!--<Grid.Background>
<ImageBrush ImageSource="Image/t4.png" Opacity="1"></ImageBrush>
</Grid.Background>
<Grid.RowDefinitions>
<RowDefinition Height="10"></RowDefinition>
<RowDefinition Height="80"></RowDefinition>
</Grid.RowDefinitions>
<StackPanel Grid.Row="1" Orientation="Horizontal" HorizontalAlignment="Center" Width="400">
<Image Source="Image/ty.png" Width="70" Height="90"></Image>
<Label></Label>
<StackPanel HorizontalAlignment="Center" Orientation="Vertical" Width="350">
<StackPanel.Effect>
<DropShadowEffect Color="#7fcef9" BlurRadius="16" Opacity="0.9"/>
</StackPanel.Effect>
<Label Content="供 热 自 助 缴 费 终 端" Foreground="#84e7ed" FontSize="30"></Label>
<Label Content="HEATING SELF-HELP TERMINAL" Foreground="#84e7ed" FontSize="15" VerticalAlignment="Center"></Label>
</StackPanel>
</StackPanel>-->
</Grid>