Ridimensionamento e opzioni

This commit is contained in:
Maddo 2017-09-29 14:59:33 +02:00
commit 9fd336befb
7 changed files with 212 additions and 18 deletions

View file

@ -54,7 +54,7 @@
Text="{Binding FontName}"
></TextBox>
<Label Content="Grassetto" Grid.Row="2" Grid.Column="0"></Label>
<CheckBox Grid.Row="2" Grid.Column="1"></CheckBox>
<CheckBox Grid.Row="2" Grid.Column="1" IsChecked="{Binding Grassetto}"></CheckBox>
<Label Content="Corsivo" Grid.Row="3" Grid.Column="0"></Label>
<CheckBox Grid.Row="3" Grid.Column="1"></CheckBox>