Gets or sets special text formatting.
Visual Basic (Declaration) | |
---|---|
Public Property TextDecoration As ExpressionInfo |
C# | |
---|---|
public ExpressionInfo TextDecoration {get; set;} |
Property Value
An ExpressionInfo object that evaluates to a TextDecoration enumeration indicating the special text formatting. Valid values are listed in the table below.
TextDecoration | Description |
---|---|
None | No special formatting is used. |
Underline | Text is rendered with a line below it. |
Overline | Text is rendered with a line above it. |
LineThrough | Text is rendered with a line through it. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2