FreeformActivityDesigner.AutoSize 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值會指示 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
屬性值
如果 FreeformActivityDesigner 會自動調整大小則為 true
,否則為 false
。 預設為 true
。
備註
當您設定 AutoSize 時,會更新 FreeformActivityDesigner 的配置。