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 的大小,则为 FreeformActivityDesigner;否则为 false。 默认值为 true

注解

设置 AutoSize 时,会更新 FreeformActivityDesigner 的布局。

适用于