BackgroundPositions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Default | 0 | Specifies the default position of the BackgroundImage, which is the same as Center. |
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. |
Left | 4 | Specifies that the BackgroundImage should be drawn at center left of the containing report item. |
Center | 5 | Specifies that the BackgroundImage should be drawn at the center of the containing report item. |
Right | 6 | Specifies that the BackgroundImage should be drawn at the center right of the containing report item. |
BottomRight | 7 | Specifies that the BackgroundImage should be drawn at the bottom right of the containing report item. |
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. |