'宣言
Public Enum BackgroundGradientType Inherits System.Enum
public enum BackgroundGradientType : System.Enum
'宣言
Public Enum BackgroundGradientType Inherits System.Enum
public enum BackgroundGradientType : System.Enum
メンバ | 解説 |
---|---|
Center | 中央のBackgroundColorはBackgroundGradientEndColorの端に組み合わせます。 |
DiagonalLeft | 左下のBackgroundColorは右上のBackgroundGradientEndColor に組み合わせます。 |
DiagonalRight | 右下のBackgroundColorは左上のBackgroundGradientEndColor に組み合わせます。 |
HorizontalCenter | BackgroundColorは中心から垂直に表示し、左と右のBackgroundGradientEndColorに組み合わせます。 |
LeftRight | 左のBackgroundColorは右のBackgroundGradientEndColor に組み合わせます。 |
None | 背景のグラデーションがないことを指定します。 |
TopBottom | 上のBackgroundColorは下のBackgroundGradientEndColor に組み合わせます。 |
VerticalCenter | BackgroundColorは中心から水平に表示し、上と下のBackgroundGradientEndColorに組み合わせます。 |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.PageReportModel.BackgroundGradientType