[Browsable(true), Description("The Action shown on the shape"), Category("Appearance")]
        public string   Action
        {            get { return Action; }
            set { Action = value; }        }
这是我写的一个添加属性的代码
为什么老出现未处理的“System.StackOverflowException”类型的异常出现在 NetronLight.dll 中。确保你没无限循环或无限递归。