|
1234567891011121314 |
- <UserControl x:Class="BPASmartClient.SCADAControl.CustomerControls.GraphStar"
- 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:BPASmartClient.SCADAControl.CustomerControls"
- mc:Ignorable="d"
- x:Name="root"
- d:DesignHeight="1056" d:DesignWidth="1094" Foreground="#78C94F">
- <Grid>
- <Path Data="M132.5,205.601L206.22,205.602 229,131.5 251.78,205.602 325.5,205.601 265.859,251.398 288.64,325.5 229,279.702 169.36,325.5 192.141,251.398z"
- Fill="{Binding ElementName=root,Path=Foreground}" Stretch="Fill"/>
- </Grid>
- </UserControl>
|