private void RefreshValueText(string newText)
 {
     if (Border == null || Border.Width <= 0)
     {
         return;
     }
     TextSizeCalculator.CalculateNewText(ValueText, Border.Width * 0.75, newText);
 }
Exemplo n.º 2
0
 private void RefreshValueText()
 {
     TextSizeCalculator.Calculate(CenterLabel, BackgroundPiece.InnerRadius * 2 * 0.75);
 }