RibbonTwoLineText::TextDecorations Property

.NET Framework (current version)
 

Gets or sets a TextDecorationCollection that contains the effects to apply to the text content in this element.

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

public:
property TextDecorationCollection^ TextDecorations {
	TextDecorationCollection^ get();
	void set(TextDecorationCollection^ value);
}

Property Value

Type: System.Windows::TextDecorationCollection^

A TextDecorationCollection that contains the effects to apply to the text content in this element. The default is null.

This property gets or sets the value of the TextDecorations property of the control’s internal TextBlock. For more information, see TextBlock::TextDecorations.

Identifier field

TextDecorationsProperty

Metadata properties set to true

None

.NET Framework
Available since 4.5
Return to top
Show: