终端一体化运控平台
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 

15 rindas
890 B

  1. <UserControl x:Class="BPASmartClient.SCADAControl.CustomerControls.GraphStar"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  5. xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  6. xmlns:local="clr-namespace:BPASmartClient.SCADAControl.CustomerControls"
  7. mc:Ignorable="d"
  8. x:Name="root"
  9. d:DesignHeight="1056" d:DesignWidth="1094" Foreground="#78C94F">
  10. <Grid>
  11. <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"
  12. Fill="{Binding ElementName=root,Path=Foreground}" Stretch="Fill"/>
  13. </Grid>
  14. </UserControl>