Just adding the tag below to the code (MainPage.xaml) introduced in this post
is enough to add a color and ruler tool bar to the app.
----------------------------------------------------------------------------------------------------
<InkToolbar x:Name="inkToolBar" RelativePanel.RightOf="saveButton" RelativePanel.Below="myborder" Margin="10,0,0,0"
TargetInkCanvas="{x:Bind mycanvas}" InitialControls="All" >
</InkToolbar>
----------------------------------------------------------------------------------------------------
このタグをこちらのポストで紹介したコード(MainPage.xaml)に追加するだけで、
アプリにカラーパレットと定規のツールが使えるようになります。