ActivityDesigner.MinimumSize 属性

定义

获取活动设计器的最小大小。Gets the minimum size for the activity designer.

public:
 virtual property System::Drawing::Size MinimumSize { System::Drawing::Size get(); };
public virtual System.Drawing.Size MinimumSize { get; }
member this.MinimumSize : System.Drawing.Size
Public Overridable ReadOnly Property MinimumSize As Size

属性值

Size

活动设计器的最小大小。The minimum size of the activity designer.

注解

MinimumSize 由可通过 DesignerTheme 属性访问的大小设置确定。MinimumSize is determined by the size settings accessible through the DesignerTheme property.

适用于