Dim rg As RadialGauge = e.Form.Controls("Guages1").RadialGauge
rg.Decorators("用量").text = 100
蓝老师,运行还是出现了错误 button1按钮事件
编译错误:”text“不是”C1.Win.C1Gauge.C1GaugeDecorator"的成员。
错误代码:rg.Decorators("用量").text = 100
Dim rg As RadialGauge = e.Form.Controls("Guages1").RadialGauge
dim sl as SingleLabel = rg.Decorators("用量")
sl.text = 100