[]
        
(Showing Draft Content)

DDCssLib.StyleSheetRule.TextDecoration

TextDecoration Property

TextDecoration

Gets/sets the 'text-decoration' property of the style.
The Blink, Linethrough, Overline, and Underline values can be masked (the Inherit, nor None value should not be masked).

Declaration
public ddTextDecorationTypes TextDecoration { get; set; }
Implements