GrapeCity.ActiveReports.v9 アセンブリ > GrapeCity.ActiveReports.PageReportModel 名前空間 > Style クラス : TextDecoration プロパティ |
'宣言 Public Property TextDecoration As ExpressionInfo
public ExpressionInfo TextDecoration {get; set;}
特別なテキストの形式を示すTextDecoration列挙体に評価されるExpressionInfoオブジェクト。有効値は以下の通りです。
TextDecoration | 解説 |
---|---|
None | テキスト形式なしのテキストを指定します。 |
Underline | 下線付きのテキストを指定します。 |
Overline | 上線付きのテキストを指定します。 |
LineThrough | 取り消し線付きのテキストを指定します。 |