FreeformActivityDesigner.AutoSizeMode 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 AutoSizeMode 的 FreeformActivityDesigner 設定。
public:
property System::Windows::Forms::AutoSizeMode AutoSizeMode { System::Windows::Forms::AutoSizeMode get(); void set(System::Windows::Forms::AutoSizeMode value); };
public System.Windows.Forms.AutoSizeMode AutoSizeMode { get; set; }
member this.AutoSizeMode : System.Windows.Forms.AutoSizeMode with get, set
Public Property AutoSizeMode As AutoSizeMode
屬性值
AutoSizeMode 的 FreeformActivityDesigner。 預設設定是 GrowOnly。
備註
AutoSizeMode 的預設行為會允許 FreeformActivityDesigner 根據需要增大,以符合其內容的大小,但不會縮小成比 MinimumSize 屬性值還要小。
當您設定 AutoSizeMode 時,會更新 FreeformActivityDesigner 的配置。