source:
trunk/sources/HeuristicLab.Visualization/DrawingStyle.cs
@
978
Last change on this file since 978 was 761, checked in by mstoeger, 16 years ago | |
---|---|
File size: 95 bytes |
Rev | Line | |
---|---|---|
[761] | 1 | namespace HeuristicLab.Visualization { |
2 | public enum DrawingStyle { | |
3 | Solid, Dashed | |
4 | } | |
5 | } |
Note: See TracBrowser
for help on using the repository browser.