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.
xamlのoverlfow:hidden of htmlのアナロジーはありますか?さまざまなタイプのコンテナ(グリッド、キャンバスなど)を試しましたが、それでもその動作をシミュレートできません。
次のようなものを使用します:
<Grid Width="200" Height="100"> <Grid.Clip> <RectangleGeometry Rect="0, 0, 200, 100"/> </Grid.Clip> </Grid>