Mega Code Archive

 
Categories / VB.Net / WPF
 

Button with Property Attributes

<Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"       xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"       HorizontalAlignment="Center" VerticalAlignment="Center">     <Button Content="OK" Background="White"/> </Page>