BackgroundGradients 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 the type of background gradient for a report item.
public enum class BackgroundGradients
public enum BackgroundGradients
type BackgroundGradients =
Public Enum BackgroundGradients
- Inheritance
-
BackgroundGradients
Fields
Center | 4 | Specifies a circular background gradient. |
Default | 0 | Specifies the default background gradient, which is treated the same as None. |
DiagonalLeft | 5 | Specifies a diagonal gradient that goes from top-left to bottom-right. |
DiagonalRight | 6 | Specifies a diagonal gradient that goes from top-right to bottom-left. |
HorizontalCenter | 7 | Specifies a horizontal gradient that goes out from the center to both the top and the bottom. |
LeftRight | 2 | Specifies a horizontal background gradient. |
None | 1 | Specifies that there is no background gradient. |
TopBottom | 3 | Specifies a vertical background. |
VerticalCenter | 8 | Specifies a vertical gradient which goes out from the center to both the left and the right. |