Ridimensionamento e opzioni
This commit is contained in:
parent
a81451bd6b
commit
9fd336befb
7 changed files with 212 additions and 18 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue