Browse Source

add path measure example

Jumar Macato 4 years ago
parent
commit
8b8f4c6669
1 changed files with 3 additions and 0 deletions
  1. 3 0
      samples/RenderDemo/MainWindow.xaml

+ 3 - 0
samples/RenderDemo/MainWindow.xaml

@@ -57,6 +57,9 @@
       <TabItem Header="LineBounds">
         <pages:LineBoundsPage />
       </TabItem>
+      <TabItem Header="Path Measurement">
+        <pages:PathMeasurementPage />
+      </TabItem>
     </TabControl>
   </DockPanel>
 </Window>