RibbonTwoLineText.TextDecorations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |