Пример #1
0
        /// <summary>
        /// 构造函数
        /// </summary>
        public UIRoundMeter()
        {
            InitializeComponent();

            MeterType = TMeterType.Gps;
            _runType  = TRunType.ClockWise;

            Width  = 150;
            Height = 150;
        }
Пример #2
0
        /// <summary>
        /// 构造函数
        /// </summary>
        public UIRoundMeter()
        {
            InitializeComponent();
            SetStyleFlags(true, false);
            MeterType = TMeterType.Gps;
            _runType  = TRunType.ClockWise;

            Width  = 150;
            Height = 150;
        }