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.
我有 2 个用例:
这是可以通过模板控制来完成的吗?如果是这样,请提供每个人都可以参考的示例代码或链接。谢谢。
Content您可以按照自己的意愿设计Button带有 aGrid和Buttonset 边距的 ,并在 Content 中命名按钮并将其单击事件用于您的任务。由于您明确定义了内容,因此您还必须使用Label或处理要显示的文本。TextBlock如您所见,您可以在 Content 部分中添加任何您想要的内容。
Content
Button
Grid
Label
TextBlock
<Button ...> <Button.Content> <Grid ...> <Button .../> <TextBlock .../> </Grid> </Button.Content> <Button>