EX) 버튼에 margin을 준다면
CS에서 Thickness thickness = new Thickness(); thickness.Left = 5; thickness.Top = 5; thickness.Right = 5; thickness.Bottom = 5;
btn_MyBtn.Margin = thickness;
RECENT COMMENT