WPF컨트롤동적여백설정1 WPF 동적으로 Margin 변경 버튼이나 Grid 등의 Margin을 동적으로 변경하는 방법 btn.Margin = new System.Windows.Thickness{ Left = 10 }; 또는 아래와 같이 btn.Margin = new System.Windows.Thickness{ Left = 10, Top = 0, Right = 10, Bottom = 0 }; https://docs.microsoft.com/ko-kr/dotnet/desktop/wpf/advanced/how-to-set-margins-of-elements-and-controls?view=netframeworkdesktop-4.8 2021. 6. 7. 이전 1 다음