Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Visualization/3.2/DrawingStyle.cs @ 1586

Last change on this file since 1586 was 1530, checked in by gkronber, 15 years ago

Moved source files of plugins Hive ... Visualization.Test into version-specific sub-folders. #576

File size: 95 bytes
Line 
1namespace HeuristicLab.Visualization {
2  public enum DrawingStyle {
3    Solid, Dashed
4  }
5}
Note: See TracBrowser for help on using the repository browser.