共用方式為


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

屬性值

Boolean

如果 FreeformActivityDesigner 會自動調整大小則為 true,否則為 false。 預設為 true

備註

當您設定 AutoSize 時,會更新 FreeformActivityDesigner 的配置。

適用於