[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Style.TextDecoration

TextDecoration Property

TextDecoration

Gets or sets a special text formatting.

Declaration
[ExpressionBaseType(typeof(TextDecoration))]
public ExpressionInfo TextDecoration { get; set; }
Property Value
Type Description
ExpressionInfo

An ExpressionInfo object that evaluates to a TextDecoration enumeration indicating the special text formatting.

Remarks

Valid values are listed in the table below.

TextDecorationDescription
NoneNo special formatting is used.
UnderlineText is rendered with a line below it.
OverlineText is rendered with a line above it.
LineThroughText is rendered with a line through it.
DoubleUnderlineText is rendered with a double line through it.