WorkflowElementDialog::WindowResizeMode Property

.NET Framework (current version)
 

Gets or sets the resize mode of the window.

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

public:
property ResizeMode WindowResizeMode {
	ResizeMode get();
	void set(ResizeMode value);
}

Property Value

Type: System.Windows::ResizeMode

Returns a ResizeMode value.

.NET Framework
Available since 4.0
Return to top
Show: