我在内容控件中加载了一个TextBox。我已经为文本框设置了一些属性,如下所示。
<ContentControl Width="500" Height="300" Background="Red" >
<TextBox Width="200" Height="100" HorizontalAlignment="Right" VerticalAlignment="Bottom" Text="textbox"/>
</ContentControl>
但是对于Textbox而不是TextBox控件中的TextBoxView设置了HorizontalAlignment和VerticalAlignment。所以在视图中我的样式没有被加载。
任何帮助!!!