Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.59 KB

File metadata and controls

29 lines (18 loc) · 1.59 KB

Creating custom project template (With custom graph)

Hello, i glad for you visit to that page, here you can follow step by step guide how to create custom Project template.

Prerequirements

  • Writing basic .xaml Views (Optional)
  • Knowledge of basic graph theory

Result

You can use custom template for graph generation or just project with prepared settings by pressing Ctr+G and selecting it.

Guide

To do minimal project template you need to do this steps:

  • Create a page for the your template in the ProjectTemplates folder (SnowflakePage.xaml for example)
  • Add reference to your template in the TemplatesPage by creating NavButton
  • Create a factory for your graph (if you want to 😄)
  • Add factory to the DataContext for the your template page.
  • Test, refactor your factory if needed and enjoy from result.

Tip

You can create Page by pressing Ctr+Shift+A