PDA

View Full Version : سوال: گزاشتن تصویر درون textbox



IranVisual
پنج شنبه 12 دی 1387, 16:59 عصر
چجوری میشه پشت textbox تصویر گزاشت ؟

IranVisual
شنبه 21 دی 1387, 12:39 عصر
راهی وجود نداره ؟؟

hamidreza.m
شنبه 05 شهریور 1390, 23:54 عصر
در WPF همه چیز ممکنه ‍!!

<TextBox Height="23" HorizontalAlignment="Left" Margin="169,78,0,0" Name="textBox1" VerticalAlignment="Top" Width="120">
<TextBox.Background>
<ImageBrush ImageSource="/WpfApplication1;component/Images/bj.JPG" />
</TextBox.Background>
</TextBox>