17.Xaml DockPanel控件 ---> 停靠面板

1.运行效果

17.Xaml DockPanel控件 ---> 停靠面板_第1张图片

2.运行源码

a.Xaml源码

<Window x:Class="testView.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/20

你可能感兴趣的:(WPF,c#,wpf)