RibbonTwoLineText.TextDecorations Property

Definition

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

public:
 property System::Windows::TextDecorationCollection ^ TextDecorations { System::Windows::TextDecorationCollection ^ get(); void set(System::Windows::TextDecorationCollection ^ value); };
public System.Windows.TextDecorationCollection TextDecorations { get; set; }
member this.TextDecorations : System.Windows.TextDecorationCollection with get, set
Public Property TextDecorations As TextDecorationCollection

Property Value

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

Remarks

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

Dependency Property Information

Identifier field TextDecorationsProperty
Metadata properties set to true None

Applies to