自学内容网 自学内容网

C#WPF label的content中放置控件实例

本文讲解C#WPF label的content中放置控件实例。

在Label控件中添加一个button按钮控件,并使居中显示。实现代码如下:

实例

<Window
    x:Class="ContentDemo.MainWindow"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:local="clr-namespace:ContentDemo"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    Title="MainWindow"
    Widt

原文地址:https://blog.csdn.net/qq_30725967/article/details/142779201

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!