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.
css の margin-top に相当するものを WPF でどのようにしますか?
上部に余白を追加したい画像がありますが、画像の両側に影響を与える余白しか機能していないようです。
マージンと垂直方向の配置を使用できます。
例えば:
<Button Margin="0,200,0,0" VerticalAlignment="Top" />