RibbonTwoLineText::Text Property

.NET Framework (current version)
 

Gets or sets the text content in this element.

Namespace:   System.Windows.Controls.Ribbon
Assembly:  System.Windows.Controls.Ribbon (in System.Windows.Controls.Ribbon.dll)

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

Property Value

Type: System::String^

The text content in this element. The registered default is an Empty string. For more information about what can influence the value, see Dependency Property Value Precedence.

Identifier field

TextProperty

Metadata properties set to true

AffectsMeasure

.NET Framework
Available since 4.5
Return to top
Show: