RadioButton:如何通过“x:Uid”包装文本?

时间:2016-03-09 15:51:25

标签: xaml radio-button winrt-xaml win-universal-app textwrapping

我想包装一个radiobutton中显示的文字。我试过这个(源自here),但它不起作用:

    <RadioButton x:Uid="SettingsAICChains" >
        <RadioButton.Resources>
            <Style TargetType="TextBlock">
                <Setter Property="TextWrapping" Value="WrapWholeWords" />
            </Style>
        </RadioButton.Resources>
    </RadioButton>

我还尝试将此x:Uid放在radiobutton内的Textblock中,如here所述,但它也不起作用。

出于本地化原因,我需要通过x:Uid加载文字内容。

1 个答案:

答案 0 :(得分:0)

结帐TextTrimming property 和MaxHeight属性。 这些会有所帮助。