PasswordBox with Margin : PasswordBox « Windows Presentation Foundation « C# / C Sharp






PasswordBox with Margin

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>

   
    
    
    
    
    
  








Related examples in the same category

1.Password for PasswordBoxPassword for PasswordBox
2.Display a Password Entry Box and get the inputDisplay a Password Entry Box and get the input