GaugeBackgroundGradients 列挙体

ScaleRange の背景のグラデーションの種類を指定します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Enumeration GaugeBackgroundGradients
'使用
Dim instance As GaugeBackgroundGradients
public enum GaugeBackgroundGradients
public enum class GaugeBackgroundGradients
type GaugeBackgroundGradients
public enum GaugeBackgroundGradients

メンバー

メンバー名 説明
StartToEnd 範囲の始めから範囲の終わりまでのグラデーションを指定します。
None グラデーションなしを指定します。
LeftRight 左から右へのグラデーションを指定します。
TopBottom 上から下へのグラデーションを指定します。
Center 中心から外へ広がるグラデーションを指定します。
DiagonalLeft 左上から右下へのグラデーションを指定します。
DiagonalRight 右上から左下へのグラデーションを指定します。
HorizontalCenter 中心から左右へのグラデーションを指定します。
VerticalCenter 中心から上下へのグラデーションを指定します。