Public · Protected · Private
Different data binding options
Type: Public  |  Created: 2012-06-14  |  Frozen: Yes
« Previous Public Blog Next Public Blog »
Comments
  • OneWay TwoWay OneTime OneWayToSource Default
    2012-06-14 06:42
  • <TextBlock Text="{Binding Source={x:Static SystemFonts.IconFontFamily}, Path=Source}"></TextBlock> <Window.Resources> <FontFamily x:Key="CustomFont">Calibri</FontFamily></Window.Resources> And here's a TextBlock that binds to this resource: <TextBlock Text="{Binding Source={StaticResource CustomFont}, Path=Source}"></TextBlock>
    2012-06-14 06:47
  • four key ingredients: Commands. Command bindings. Command sources. Command targets. ApplicationCommands. NavigationCommands. EditingCommands. ComponentCommands. MediaCommands.
    2012-06-14 06:49
This blog is frozen. No new comments or edits allowed.