BackgroundGradients 枚举

定义

为报表项指定背景渐变的类型。

public enum class BackgroundGradients
public enum BackgroundGradients
type BackgroundGradients = 
Public Enum BackgroundGradients
继承
BackgroundGradients

字段

Center 4

背景渐变为中心。

Default 0

默认背景渐变。

DiagonalLeft 5

背景渐变为对角线Left。

DiagonalRight 6

背景渐变为对角线Right。

HorizontalCenter 7

背景渐变为 HorizontalCenter。

LeftRight 2

背景渐变为 LeftRight。

None 1

无背景渐变。

TopBottom 3

背景渐变为 TopBottom。

VerticalCenter 8

背景渐变为 VerticalCenter。

适用于