Mega Code Archive

 
Categories / VB.Net Tutorial / WPF
 

PasswordBox demo

<Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"       xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"       HorizontalAlignment="Center" VerticalAlignment="Center">         <StackPanel Orientation="Horizontal">           <PasswordBox Margin="5" VerticalAlignment="Center" Password="Un5ecure" />         </StackPanel> </Page>