Allow line style to be changed (#1097)

* add line style

* start line style

* More fixes

* undo key

* more tweaks

* address comments

* Fix merge
This commit is contained in:
Pepe Rivera 2020-03-27 09:56:11 -07:00 committed by GitHub
parent 7dcfe0439c
commit fec7c907f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 383 additions and 92 deletions

View file

@ -45,7 +45,8 @@ namespace CalculatorApp
public enum class LineStyleType
{
Color
Color,
Pattern
};
public ref class TraceLogger sealed