-
-
Notifications
You must be signed in to change notification settings - Fork 133
Open
Description
update Docu:
<TextBlock Name="MyLabel3" FontSize="20" HorizontalAlignment="Center">
<TextBlock.Text>
<MultiBinding Converter="{lex:StringFormatConverter}" >
<Binding Source="{lex:Loc HelloWorldWPF:Ressourcen:MyLabel2}" />
<Binding Path="Hours" FallbackValue=""/>
</MultiBinding>
</TextBlock.Text>
</TextBlock>
<CheckBox Name="CheckBox" Content="Change text" />
<TextBlock FontSize="20">
<TextBlock.Style>
<Style TargetType="TextBlock">
<Setter Property="Text" Value="{Binding Source={lex:Loc en}}" />
<Style.Triggers>
<DataTrigger Binding="{Binding ElementName=CheckBox, Path=IsChecked}" Value="True">
<Setter Property="Text" Value="{Binding Source={lex:Loc de}}" />
</DataTrigger>
</Style.Triggers>
</Style>
</TextBlock.Style>
</TextBlock>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels