WPFリボンベースのアプリケーションを開発するためのチュートリアルまたは手順はどこにありますか?MicrosoftページのMicrosoftRibbonfor WPF 2012年10月0は、コードサンプルのドキュメントを提供していません。たとえば、RibbonWindowWord.xamlというコードサンプルが1つあります。
<ribbon:RibbonWindow x:Class="RibbonWindowSample.RibbonWindowWord"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ribbon="http://schemas.microsoft.com/winfx/2006/xaml/presentation/ribbon"
xmlns:local="clr-namespace:RibbonWindowSample"
Title="RibbonWindowWord" Height="600" Width="1000"
Closing="RibbonWindow_Closing">
<local:UserControlWord x:Name="WordControl" />
</ribbon:RibbonWindow>
ここでのプログラミング方法は何ですか?リボンベースのインターフェイスのチュートリアルを示すchannel9ページは、すべてc++プログラマー向けです。C#プログラマー向けのコードを探しています。誰かがリソースを指定して、以前のWPFコードプレックスリリースとの違いを教えてもらえますか:http ://wpf.codeplex.com/wikipage?title = Southridge%20Lab
channel9 ページhttp://channel9.msdn.com/blogs/yochay/a-lap-around-windows-7-new-scenic-ribbonhttp://channel9.msdn.com/Blogs/yochay/Windows-7-Ribbon -マークアップ-概要