在contentcontrol中加载TextBox对齐时未设置

时间:2015-02-26 05:47:56

标签: wpf xaml

我在内容控件中加载了一个TextBox。我已经为文本框设置了一些属性,如下所示。

 <ContentControl Width="500" Height="300" Background="Red" >
        <TextBox Width="200" Height="100"  HorizontalAlignment="Right" VerticalAlignment="Bottom" Text="textbox"/>
 </ContentControl>

但是对于Textbox而不是TextBox控件中的TextBoxView设置了Horizo​​ntalAlignment和VerticalAlignment。所以在视图中我的样式没有被加载。

任何帮助!!!

0 个答案:

没有答案