TextFormattingRunProperties.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 the decorations for the text.
public:
virtual property System::Windows::TextDecorationCollection ^ TextDecorations { System::Windows::TextDecorationCollection ^ get(); };
public override System.Windows.TextDecorationCollection TextDecorations { get; }
member this.TextDecorations : System.Windows.TextDecorationCollection
Public Overrides ReadOnly Property TextDecorations As TextDecorationCollection
Property Value
The text decorations.
Remarks
Returns an empty TextDecorationCollection if no collection is currently set.