Mega Code Archive

 
Categories / VB.Net Tutorial / WPF
 

Using text format property aliases

<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"       xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"       HorizontalAlignment="Center" VerticalAlignment="Center" Width="160"> <Button FontFamily="Parchment" FontSize="80">   Cancel </Button> </Window>