Share via


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

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.

Applies to