SequentialWorkflowRootDesigner.MinimumSize Property

Definition

Gets the minimum size for the SequentialWorkflowRootDesigner.

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

Property Value

A Size that represents the minimum size of the sequential workflow designer.

Remarks

MinimumSize represents the smallest size to which a user can resize the SequentialWorkflowRootDesigner.

Applies to