Answer the question
In order to leave comments, you need to log in
How to position an element in wpf so that it is n% from the edge?
How to place an element in wpf (conditionally textblock) so that it is not n pixels from the edge, but n% (to work at any resolution)
Answer the question
In order to leave comments, you need to log in
Thickness t = label1.Margin;
t.Left = ......; // assign your value here
label1.Margin = t;
msdn.microsoft.com/en-us/library/system.windows.th...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question