TypePresenter::Label Property

.NET Framework (current version)
 

Gets or sets the display name for a component.

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

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

Property Value

Type: System::String^

The display name for a component.

.NET Framework
Available since 4.0
Return to top
Show: