2
Answers

How to create a dotted line in wpf for textbox?

Guest User

Guest User

May 24
488
1

Hi Team

I need to add dotted line on this textbox, does anyone know how to achieve this in wpf?

<TextBox x:Name="txtFullWeight" HorizontalAlignment="Left" Foreground="Black"  Height="26" Margin="587,266,0,0" TextWrapping="Wrap" VerticalAlignment="Top" Width="87" TextChanged="txtFullWeight_TextChanged" IsReadOnly="True"/>

 

Answers (2)