ComponentOne Reports for WPF
C1.C1Rdl.Rdl2008 Namespace / Style Class / TextDecoration Property

In This Topic
    TextDecoration Property
    In This Topic
    Gets or sets the special text formatting.
    Syntax
    'Declaration
     
    Public Property TextDecoration As RdlEnum(Of TextDecoration)
    public RdlEnum<TextDecoration> TextDecoration {get; set;}
    See Also