source:
trunk/sources/HeuristicLab.Visualization/3.2/DrawingStyle.cs
@
3001
Last change on this file since 3001 was 1530, checked in by gkronber, 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.