WPF change left margin of textbox

Viewed 15742

I want to change the just the left margin of a WPF textbox via XAML:

This code obviously does not work :

<TextBox Margin.Left ="0"/>

What would be the correct code, does anyone here know ?

Regards, MadSeb

1 Answers
Related