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.
我是 windows 8 应用程序开发的新手,正在学习 windows 8 中的应用程序开发。我想知道是否有任何标签,如控件可用于 windows 8 应用程序开发?
您可以将TextBlock其用作控件之类的标签。
TextBlock
我们有一个名为 TextBlock 的 UI 控件,它的实现类似于标签的实现。您可以将其属性访问为 TextBox1.Text="your string";