BackgroundRepeatTypes 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 how a BackgroundImage should fill the available space within its container report item.
public enum class BackgroundRepeatTypes
public enum BackgroundRepeatTypes
type BackgroundRepeatTypes =
Public Enum BackgroundRepeatTypes
- Inheritance
-
BackgroundRepeatTypes
Fields
Name | Value | Description |
---|---|---|
Default | 0 | A Default background type. |
Repeat | 1 | A Repeat background type. |
RepeatX | 2 | A Repeat X background type. |
RepeatY | 3 | A Repeat Y background type. |
Fit | 4 | A Fit background type. |
Clip | 5 | A Clip background type. |