FreeformActivityDesigner.AutoSize 属性

定义

获取或设置一个值,该值指示当用户调整设计器的子设计器的大小时是否 FreeformActivityDesigner 自动调整大小。

public:
 property bool AutoSize { bool get(); void set(bool value); };
public bool AutoSize { get; set; }
member this.AutoSize : bool with get, set
Public Property AutoSize As Boolean

属性值

如果自动调整大小,则 为 否则为 。 默认值为 true

注解

设置 AutoSize后,将更新布局 FreeformActivityDesigner

适用于