Prev | Current Page 141 | Next

Matthew MacDonald

"Pro WPF with VB 2008: Windows Presentation Foundation with .NET 3.5"

RowDefinitions>




Margin="10,10,13,10" Name="txtQuestion"
TextWrapping="Wrap" FontFamily="Verdana" FontSize="24"
Grid.Row="0">
[Place question here.]


Margin="10,10,13,10" Name="txtAnswer" TextWrapping="Wrap"
IsReadOnly="True" FontFamily="Verdana" FontSize="24" Foreground="Green"
Grid.Row="2">
[Answer will appear here.]




CHAPTER 2 n XAML 46








Remember, you probably won??™t write the XAML for an entire user interface by hand??”
doing so would be unbearably tedious. However, you might have good reason to edit the
XAML code to make a change that would be awkward to accomplish in the designer.


Pages:
129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153