私はicici銀行に要件があり、2つの印刷ユーザー名、数字の金額があることを確認していますが、textEditは非表示で、書き込みと読み取りを許可する必要があります。
<Window xmlns:dxe="http://schemas.devexpress.com/winfx/2008/xaml/editors" x:Class="WpfApplication11.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="MainWindow" Height="350" Width="525">
<Grid Margin="0,10,0,0">
<Grid.Background>
<ImageBrush ImageSource="c:\users\it-prog3\documents\visual studio 2012\Projects\WpfApplication11\WpfApplication11\Images\ICICI.jpg"/>
</Grid.Background>
<dxe:TextEdit Margin="31,60,68,221" />
</Grid>