标签: c# custom-controls
我已使用新用户定义属性
public bool AutoHeight { get; set; }
该属性已正确设置值,在运行时我获得该值。如果为true,则此属性根据文本自动设置高度。我想做一些事情,如果我改变 AutoHeight 的值,那么它将反映在设计模式中的控件。