#UserControlのぷろぱてぃ UserControlにプロパティ作って、UserControlからもそのプロパティを参照したいときに何作る?というはなし
##元のコード
<UserControl
x:Class="App1.MyUserControl"
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"