/// <summary> /// 构造函数 /// </summary> public UIRoundMeter() { InitializeComponent(); MeterType = TMeterType.Gps; _runType = TRunType.ClockWise; Width = 150; Height = 150; }
/// <summary> /// 构造函数 /// </summary> public UIRoundMeter() { InitializeComponent(); SetStyleFlags(true, false); MeterType = TMeterType.Gps; _runType = TRunType.ClockWise; Width = 150; Height = 150; }