WorkflowElementDialog::WindowSizeToContent Property

.NET Framework (current version)
 

Gets or sets a value that indicates whether a window will automatically size itself to fit the size of its content.

Namespace:   System.Activities.Presentation
Assembly:  System.Activities.Presentation (in System.Activities.Presentation.dll)

public:
property SizeToContent WindowSizeToContent {
	SizeToContent get();
	void set(SizeToContent value);
}

Property Value

Type: System.Windows::SizeToContent

Returns a SizeToContent value.

.NET Framework
Available since 4.0
Return to top
Show: