Mega Code Archive

 
Categories / C# / WPF
 

PasswordBox with Margin

<Window x:Class="Window1"     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"     Title="UsePasswordBox" Height="300" Width="300">     <Grid>         <PasswordBox Height="27" Margin="28,35,69,0"              Name="PasswordBox1" VerticalAlignment="Top" />     </Grid> </Window>