TypePresenter::CenterTypeBrowserDialog Property

.NET Framework (current version)
 

Gets or sets whether a type browser dialog window should be centered.

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

public:
property bool CenterTypeBrowserDialog {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the window should be centered; otherwise, false.

.NET Framework
Available since 4.0
Return to top
Show: