2012-02-01 3 views

Répondre

8
myControl.Margin = new Thickness(left, top, right, bottom); 

ou

myControl.Margin = new Thickness(allSideMarginSize); 

devrait le faire.

+0

Voir http://msdn.microsoft.com/fr-fr/library/system.windows.controls.control.borderthickness.aspx – ZombieSheep

Questions connexes