Пример #1
0
 public PercentClock()
 {
     this.label = initLabel();
     resetSize();
 }
Пример #2
0
        private static ClockLabel initLabel()
        {
            var label = new ClockLabel();
            label.TextAlign = ContentAlignment.MiddleRight;
            label.Font = new Font(FontName, FontSize);

            return label;
        }