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.
次のような C# コードで HTML マークアップを使用して TextBlock Inlines を直接貼り付けるためのソリューションは次のとおりです。
string example = "Here is <Bold>bold</Bold> text, and here is <Italic>italic</Italic>."; TextBlock.Inlines.Add(example);
あなたはこのプロジェクトを見ることができます