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 / Silverlightの楕円にTextBlockを追加するにはどうすればよいですか?
を使用しGrid、のEllipse後にを配置TextBlockしGridます。
Grid
Ellipse
TextBlock
<Grid> <Ellipse ... /> <TextBlock HorizontalAlignment="Center" VerticalAlignment="Center" /> </Grid>