PasswordBox with Margin : PasswordBox « Windows Presentation Foundation « C# / CSharp Tutorial






<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>
WPF Password Box With Margin








24.23.PasswordBox
24.23.1.Set Password value for PasswordBoxSet Password value for PasswordBox
24.23.2.PasswordBox with MarginPasswordBox with Margin
24.23.3.Display a Password Entry Box and get the inputDisplay a Password Entry Box and get the input