mirror of
https://github.com/Microsoft/calculator.git
synced 2025-07-16 02:02:51 -07:00
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:
parent
7dcfe0439c
commit
fec7c907f8
10 changed files with 383 additions and 92 deletions
|
@ -45,7 +45,8 @@ namespace CalculatorApp
|
|||
|
||||
public enum class LineStyleType
|
||||
{
|
||||
Color
|
||||
Color,
|
||||
Pattern
|
||||
};
|
||||
|
||||
public ref class TraceLogger sealed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue