TypePresenter::Text Property

.NET Framework (current version)
 

Gets the value used for a component display name.

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

public:
property String^ Text {
	String^ get();
	private: void set(String^ value);
}

Property Value

Type: System::String^

A string name.

.NET Framework
Available since 4.0
Return to top
Show: