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 UIElements に動的なサイズを許可して、サイズを簡単に変更できるようにしますが、TextBlocks では のサイズを指定する必要がありますFont。これは、要素のサイズが増減しても、フォント サイズが同じままであることを意味します。Fontサイズを動的にする方法はありますか?
UIElement
TextBlock
Font
コントロール内のテキストをViewbox:
Viewbox
<Button> <Viewbox> <TextBlock>Text To Resize</TextBlock> </Viewbox> </Button>