FreeformActivityDesigner.AutoSizeMode Propriedade

Definição

Obtém ou define as configurações AutoSizeMode para o FreeformActivityDesigner.Gets or sets the AutoSizeMode settings for the 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

Valor da propriedade

AutoSizeMode

O AutoSizeMode para o FreeformActivityDesigner.The AutoSizeMode for the FreeformActivityDesigner. A configuração padrão é GrowOnly.The default setting is GrowOnly.

Comentários

O comportamento padrão de AutoSizeMode permite que o FreeformActivityDesigner cresça conforme o necessário para ajustar seu conteúdo, mas não reduz o valor da MinimumSize propriedade.The default behavior of AutoSizeMode allows the FreeformActivityDesigner to grow as necessary to fit its contents but does not shrink smaller than the value of the MinimumSize property.

Quando você define AutoSizeMode , o layout do FreeformActivityDesigner é atualizado.When you set AutoSizeMode, the layout of the FreeformActivityDesigner is updated.

Aplica-se a