StructuredCompositeActivityDesigner.MinimumSize 属性

定义

获取 StructuredCompositeActivityDesigner 的最小大小设置。Gets the minimum size settings for the StructuredCompositeActivityDesigner.

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

属性值

Size

一个 Size,表示 StructuredCompositeActivityDesigner 的可能的最小大小。The Size that represents the smallest possible size for the StructuredCompositeActivityDesigner.

适用于