BackgroundPositions 列舉

定義

指定 BackgroundImage 屬性值設定為 BackgroundRepeat 時,應繪製 Clip 的位置。

public enum class BackgroundPositions
public enum BackgroundPositions
type BackgroundPositions = 
Public Enum BackgroundPositions
繼承
BackgroundPositions

欄位

Bottom 8

指定應該在包含報表專案的正下方繪製 BackgroundImage。

BottomLeft 9

指定應該在包含報表專案的左下方繪製 BackgroundImage。

BottomRight 7

指定應該在包含報表專案的右下方繪製 BackgroundImage。

Center 5

指定應該在包含報表專案的中央繪製 BackgroundImage。

Default 0

指定 BackgroundImage 的預設位置,這與 Center 相同。

Left 4

指定應該在包含報表專案的中央左邊繪製 BackgroundImage。

Right 6

指定應該在包含報表專案的中央右側繪製 BackgroundImage。

Top 1

指定應該在包含報表專案的頂端中央繪製 BackgroundImage。

TopLeft 2

指定應該在包含報表專案的左上方繪製 BackgroundImage。

TopRight 3

指定應該在包含報表專案的右上方繪製 BackgroundImage。

適用於