You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to create a style, that contains MajorTickSize property and... I got an error, because there is no "MajorTickSize" dependency property, but I had no problem with "MinorTickSize".
Thanks for pretty gauge library!
I found little bug.
I tried to create a style, that contains MajorTickSize property and... I got an error, because there is no "MajorTickSize" dependency property, but I had no problem with "MinorTickSize".
Problem is here I guess:
WPF-Circular-Gauge/CircularGauge/CircularGauge/CircularGaugeControl.cs
Line 240 in b60e10e
(MajorTickRectSize instead of MajorTickSize).
In the future I would suggest something like this:
nameof(MajorTickColor)
instead of
"MajorTickColor"
and this will be refactor-proof :)
Or maybe even change IntelliSense template.
The text was updated successfully, but these errors were encountered: