Data Binding StringFormat
Posted: 26 May 2017, 17:14
XAML:
My WPF project displays text "value is" before value correctly.
Noesis project displays only value without StringFormat property.
Code: Select all
<Label x:Name="label" Content="my_value"/>
<TextBlock Text="{Binding Content, ElementName=label, StringFormat={}value is: {0}}"/>
Noesis project displays only value without StringFormat property.