BackgroundPositions Enum

Definition

Specifies where a BackgroundImage should be drawn if the value of the BackgroundRepeat property is set to Clip.

public enum class BackgroundPositions
public enum BackgroundPositions
type BackgroundPositions = 
Public Enum BackgroundPositions
Inheritance
BackgroundPositions

Fields

Bottom 8

Specifies that the BackgroundImage should be drawn at the bottom center of the containing report item.

BottomLeft 9

Specifies that the BackgroundImage should be drawn at the bottom left of the containing report item.

BottomRight 7

Specifies that the BackgroundImage should be drawn at the bottom right of the containing report item.

Center 5

Specifies that the BackgroundImage should be drawn at the center of the containing report item.

Default 0

Specifies the default position of the BackgroundImage, which is the same as Center.

Left 4

Specifies that the BackgroundImage should be drawn at center left of the containing report item.

Right 6

Specifies that the BackgroundImage should be drawn at the center right of the containing report item.

Top 1

Specifies that the BackgroundImage should be drawn at the top center of the containing report item.

TopLeft 2

Specifies that the BackgroundImage should be drawn at the top left of the containing report item.

TopRight 3

Specifies that the BackgroundImage should be drawn at the top right of the containing report item.

Applies to