WorkflowElementDialog.WindowSizeToContent Property

Definition

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

Property Value

One of the enumeration values that indicates whether a window will automatically size itself to fit the size of its content.

Applies to