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 的布局。