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.
内容が変数にバインドされた複数の要素でTextBlock構成されるを構築したいのですが、Visual Studio は依存関係プロパティにのみバインドできると言って文句を言いますが、そうではありません。RunstringRun.Text
TextBlock
Run
string
Run.Text
できることはありますか?
BindableRunクラスをチェックしてください- おそらくあなたが望むことをするはずです。