BackgroundGradients Enum

Definition

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

Background gradient is Center.

Default 0

Default background gradient.

DiagonalLeft 5

Background gradient is DiagonalLeft.

DiagonalRight 6

Background gradient is DiagonalRight.

HorizontalCenter 7

Background gradient is HorizontalCenter.

LeftRight 2

Background gradient is LeftRight.

None 1

No background gradient.

TopBottom 3

Background gradient is TopBottom.

VerticalCenter 8

Background gradient is VerticalCenter.

Applies to