PowerTools ActiveReports for .NET 9.0J
BackgroundGradientType プロパティ (Style)

背景のグラデーションの種類を取得または設定します
構文
'宣言
 
Public Property BackgroundGradientType As ExpressionInfo
public ExpressionInfo BackgroundGradientType {get; set;}

プロパティ値

背景のBackgroundGradientTypeを評価するExpressionInfo列挙体。有効値は以下の表で記載されています。
BackgroundGradientType 解説
None(デフォルト) 背景のグラデーションがないことを指定します。
LeftRight 左のBackgroundColorは右のBackgroundGradientEndColor に組み合わせます。
TopBottom 上のBackgroundColorは下のBackgroundGradientEndColor に組み合わせます。
Center 中央のBackgroundColorはBackgroundGradientEndColorの端に組み合わせます。
DiagonalLeft 左下のBackgroundColorは右上のBackgroundGradientEndColor に組み合わせます。
DiagonalRight 右下のBackgroundColorは左上のBackgroundGradientEndColor に組み合わせます。
HorizontalCenter BackgroundColorは中心から垂直に表示し、左と右のBackgroundGradientEndColorに組み合わせます。
VerticalCenter BackgroundColorは中心から水平に表示し、上と下のBackgroundGradientEndColorに組み合わせます。
参照

関連項目

Style クラス
Style メンバ

 

 


©2003-2015 GrapeCity inc. All rights reserved.