WorkflowElementDialog.WindowSizeToContent Propriedade
Definição
Obtém ou define um valor que indica se uma janela será redimensionada automaticamente para se ajustar ao tamanho de seu conteúdo.Gets or sets a value that indicates whether a window will automatically size itself to fit the size of its content.
public:
property System::Windows::SizeToContent WindowSizeToContent { System::Windows::SizeToContent get(); void set(System::Windows::SizeToContent value); };
public System.Windows.SizeToContent WindowSizeToContent { get; set; }
member this.WindowSizeToContent : System.Windows.SizeToContent with get, set
Public Property WindowSizeToContent As SizeToContent
Valor da propriedade
Um dos valores de enumeração que indica se uma janela se dimensionará automaticamente para se ajustar ao tamanho de seu conteúdo.One of the enumeration values that indicates whether a window will automatically size itself to fit the size of its content.