- <UserControl x:Class="ivf_tl_Operate.CustomUserControls.ChartButton"
- 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"
- xmlns:local="clr-namespace:ivf_tl_Operate.CustomUserControls"
- mc:Ignorable="d"
- Width="170" Height="164">
- <Grid x:Name="_container" Background="Transparent">
- <Image x:Name="_img" Source="/ivf_tl_Operate;component/Resources/Image/chart_house.png" Stretch="Fill" Visibility="Hidden"/>
- <TextBlock x:Name="_content" Text="1" Foreground="#6E7276" FontSize="50" VerticalAlignment="Top" HorizontalAlignment="Center" Margin="0 34 0 0"/>
- </Grid>
- </UserControl>
|