有什么区别:
HorizontalAlignment="Stretch" HorizontalContentAlignment="Stretch"在WPF的文本框中?
示例示例:
<TextBox HorizontalAlignment="Stretch"
HorizontalContentAlignment="Stretch"
Height="100"
TextWrapping="Wrap"
AcceptsReturn="True"
></TextBox>
Run Code Online (Sandbox Code Playgroud)