namespace Yw.WinFrmUI { /// /// 多行文本特性 /// [AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)] public class MultiTextAttribute : Attribute { /// /// /// public MultiTextAttribute() { } } }