From 0d38635b40223e58d10bbe615db112754a7cadd4 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 12 Oct 2023 19:24:48 +0200 Subject: [PATCH] =?UTF-8?q?Display=20cerchi:=20-=20Aggiunta=20propriet?= =?UTF-8?q?=C3=A0=20x=20colore=20esterno=20-=20cambio=20nome=20con=20maius?= =?UTF-8?q?cole?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- EgwCoreLib.BlazorTest/Pages/Index.razor | 31 +++++++++++-------------- EgwCoreLib.Razor/CircleGauge.razor | 4 ++-- EgwCoreLib.Razor/CircleGauge.razor.cs | 4 +++- 3 files changed, 18 insertions(+), 21 deletions(-) diff --git a/EgwCoreLib.BlazorTest/Pages/Index.razor b/EgwCoreLib.BlazorTest/Pages/Index.razor index a1d2a2d..aa67a90 100644 --- a/EgwCoreLib.BlazorTest/Pages/Index.razor +++ b/EgwCoreLib.BlazorTest/Pages/Index.razor @@ -5,6 +5,14 @@
+ @* + + + + *@
@@ -33,20 +41,6 @@
-
-
- @* - - - - *@ -
-
-
-
@@ -61,18 +55,19 @@
-
-
- +
- + +
+
+
diff --git a/EgwCoreLib.Razor/CircleGauge.razor b/EgwCoreLib.Razor/CircleGauge.razor index ddc1f3d..a588672 100644 --- a/EgwCoreLib.Razor/CircleGauge.razor +++ b/EgwCoreLib.Razor/CircleGauge.razor @@ -1,7 +1,7 @@  - + @if (ShowCircleBtn) { @@ -18,7 +18,7 @@ @if (showOuter) { - + } @Titolo diff --git a/EgwCoreLib.Razor/CircleGauge.razor.cs b/EgwCoreLib.Razor/CircleGauge.razor.cs index 8d39107..0571f7c 100644 --- a/EgwCoreLib.Razor/CircleGauge.razor.cs +++ b/EgwCoreLib.Razor/CircleGauge.razor.cs @@ -18,7 +18,9 @@ namespace EgwCoreLib.Razor [Parameter] public string StyleTesto { get; set; } = "font-size: 1em; fill: gray;"; [Parameter] - public string strokeColorVal { get; set; } = "#00FF66"; + public string StrokeColorVal { get; set; } = "#00FF66"; + [Parameter] + public string StrokeColorValOuter { get; set; } = "#00FF66"; /// /// Indica se mostrare o meno il btn centrale ///