FrameworkElementFactory::Text Property

 

Gets or sets the text string to produce.

Namespace:   System.Windows
Assembly:  PresentationFramework (in PresentationFramework.dll)

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

Property Value

Type: System::String^

The text string to produce.

.NET Framework
Available since 3.0
Return to top
Show: