PowerTools ActiveReports for .NET 9.0J
BackgroundRepeat プロパティ (BackgroundImage)

背景画像を繰り返し、空き領域の塗りつぶし方法を示す値を取得または設定します。 縦方向(RepeatY)、横方向(RepeatX)、両方(Repeat)、またはどちらでもない(NoRepeat)。
構文
'宣言
 
Public Property BackgroundRepeat As ExpressionInfo
public ExpressionInfo BackgroundRepeat {get; set;}

プロパティ値

BackgroundRepeat列挙に評価される GrapeCity.ActiveReports.Expressions.ExpressionInfo オブジェクト。有効な値は以下の表にリストされています。
列挙値 説明
繰り返す 背景に画像を横方向および縦方向に繰り返します。
NoRepeat 画像を一度だけ表示し、画像を繰り返しません。
RepeatX 背景に画像を横方向に繰り返します。
RepeatY 背景に画像を縦方向に繰り返します。
参照

関連項目

BackgroundImage クラス
BackgroundImage メンバ

 

 


©2003-2015 GrapeCity inc. All rights reserved.