ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / StyleSheetRule Class / TextDecoration Property

In This Topic
    TextDecoration Property (StyleSheetRule)
    In This Topic
    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).
    Syntax
    'Declaration
     
    Public Property TextDecoration As ddTextDecorationTypes
    public ddTextDecorationTypes TextDecoration {get; set;}
    See Also