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
Name | Value | Description |
---|---|---|
Default | 0 | Default background gradient. |
None | 1 | No background gradient. |
LeftRight | 2 | Background gradient is LeftRight. |
TopBottom | 3 | Background gradient is TopBottom. |
Center | 4 | Background gradient is Center. |
DiagonalLeft | 5 | Background gradient is DiagonalLeft. |
DiagonalRight | 6 | Background gradient is DiagonalRight. |
HorizontalCenter | 7 | Background gradient is HorizontalCenter. |
VerticalCenter | 8 | Background gradient is VerticalCenter. |