GrapeCity ActiveReports for .NET 16.0J
BackgroundRepeat 列挙体

GrapeCity.ActiveReports.PageReportModel 名前空間 : BackgroundRepeat 列挙体
背景画像を繰り返し、空き領域の塗りつぶし方法を示す値を取得または設定します。
シンタックス
'宣言
 
Public Enum BackgroundRepeat 
   Inherits System.Enum
public enum BackgroundRepeat : System.Enum 
メンバ
メンバ解説
NoRepeat画像を一度だけ表示し、画像を繰り返しません。
Repeat背景に画像を横方向および縦方向に繰り返します。
RepeatX背景に画像を横方向に繰り返します。
RepeatY背景に画像を縦方向に繰り返します。
解説
BackgroundRepeat は、Rectangle、TextBox、List、Matrix、Table、Body、および Subtotal アイテムにのみ適用されます。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.PageReportModel.BackgroundRepeat

参照

GrapeCity.ActiveReports.PageReportModel 名前空間