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.
私はWindows8アプリ開発に不慣れで、Windows 8でのアプリ開発について学びました。Windows8アプリ開発で利用できるコントロールのようなラベルがあるかどうか知りたいですか?
TextBlockコントロールのようなラベルとして使用できます。
TextBlock
TextBlockと呼ばれるUIコントロールがあり、その実装はlabelの実装と似ています。そのプロパティには、TextBox1.Text ="yourstring";としてアクセスできます。