mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Added Benchmarking to UI Catalog
This commit is contained in:
@@ -8,9 +8,9 @@ using Application = Terminal.Gui.Application;
|
||||
|
||||
namespace UICatalog.Scenarios;
|
||||
|
||||
[ScenarioMetadata ("Graph View", "Demos the GraphView control.")]
|
||||
[ScenarioCategory ("Controls")]
|
||||
[ScenarioCategory ("Drawing")]
|
||||
[Scenario.ScenarioMetadata ("Graph View", "Demos the GraphView control.")]
|
||||
[Scenario.ScenarioCategory ("Controls")]
|
||||
[Scenario.ScenarioCategory ("Drawing")]
|
||||
public class GraphViewExample : Scenario
|
||||
{
|
||||
private readonly Thickness _thickness = new (1, 1, 1, 1);
|
||||
|
||||
Reference in New Issue
Block a user