Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

18 righe
637 B

  1. <UserControl
  2. x:Class="ModbusDemo.VIew.SettingsUC"
  3. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  4. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  5. xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  6. xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  7. xmlns:local="clr-namespace:ModbusDemo.VIew"
  8. d:DesignHeight="450"
  9. d:DesignWidth="800"
  10. mc:Ignorable="d">
  11. <StackPanel>
  12. <TextBlock Text="Settings" FontSize="30">
  13. </TextBlock>
  14. <TextBlock Text="Settings" FontSize="30">
  15. </TextBlock>
  16. </StackPanel>
  17. </UserControl>