Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
WPFアプリケーションの左マージンを213ピクセルに設定するにはどうすればよいですか?
私が試してみました:
MyRecatgle.Margin.left = 213
使用する
MyRecatgle.Margin = New Thickness(213, 0, 0, 0)
厚さのコンストラクターパラメーターは次のとおりです。
Thickness(left, top, right, bottom)