ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / IStyleSheetRule Interface / TextDecoration Property

In This Topic
    TextDecoration Property (IStyleSheetRule)
    In This Topic
    Gets/sets the 'text-decoration' property of the style. The Blink, Linethrough, Overline, and Underline values can be masked.
    Syntax
    'Declaration
     
    Property TextDecoration As ddTextDecorationTypes
    ddTextDecorationTypes TextDecoration {get; set;}
    See Also