Musings
Public · Protected · Private
Different data binding options
-
2012-06-14 06:42OneWay TwoWay OneTime OneWayToSource Default
-
2012-06-14 06:47<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:49four key ingredients: Commands. Command bindings. Command sources. Command targets. ApplicationCommands. NavigationCommands. EditingCommands. ComponentCommands. MediaCommands.
This blog is frozen. No new comments or edits allowed.