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 ///