Hi,
I am using a component of Razden: Styling Gauge
I'have this istruction :
<Radzen.Blazor.RadzenRadialGaugeScale Step="1" Min="0" Max="12" StartAngle="0" EndAngle="360" ShowFirstTick="false"
MinorStep=@minorStep
TickLength="20"
MinorTickLength="10"
TickLabelOffset="40"
TickPosition="GaugeTickPosition.Inside">
The error report is on GaugeTickPosition;
It is not defined.
Which using or namespaces should I use?
Thanks