GrapeCity ActiveReports for .NET 16.0J
TextDecoration プロパティ (Style)

GrapeCity.ActiveReports.PageReportModel 名前空間 > Style クラス : TextDecoration プロパティ

特別なテキストの形式を取得または設定します。

シンタックス
'宣言
 
Public Property TextDecoration As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo TextDecoration {get; set;}

プロパティ値

特別なテキストの形式を示すTextDecoration列挙体に評価されるExpressionInfoオブジェクト。有効値は以下の通りです。

TextDecoration 解説
None テキスト形式なしのテキストを指定します。
Underline 下線付きのテキストを指定します。
Overline 上線付きのテキストを指定します。
LineThrough 取り消し線付きのテキストを指定します。
参照

Style クラス
Style メンバ