BackgroundPositions 列挙体

BackgroundRepeat プロパティの値が Clip に設定されている場合の BackgroundImage の描画位置を指定します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Enumeration BackgroundPositions
'使用
Dim instance As BackgroundPositions
public enum BackgroundPositions
public enum class BackgroundPositions
type BackgroundPositions
public enum BackgroundPositions

メンバー

メンバー名 説明
Default BackgroundImage の既定の位置を指定します。これは、Center と同じです。
Top BackgroundImage を親レポート アイテムの上部中央に描画するように指定します。
TopLeft BackgroundImage を親レポート アイテムの左上に描画するように指定します。
TopRight BackgroundImage を親レポート アイテムの右上に描画するように指定します。
Left BackgroundImage を親レポート アイテムの左中央に描画するように指定します。
Center BackgroundImage を親レポート アイテムの中央に描画するように指定します。
Right BackgroundImage を親レポート アイテムの右中央に描画するように指定します。
BottomRight BackgroundImage を親レポート アイテムの右下に描画するように指定します。
Bottom BackgroundImage を親レポート アイテムの下部中央に描画するように指定します。
BottomLeft BackgroundImage を親レポート アイテムの左下に描画するように指定します。