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。

适用于