GaugeBackgroundGradients 列舉
Specifies the type of background gradient to for a 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 | Specifies a gradient from the start of the range to the end of the range. | |
None | Specifies that the gradient is disabled. | |
LeftRight | Specifies a gradient from left to right. | |
TopBottom | Specifies a gradient from top to bottom. | |
Center | Specifies a gradient that spreads out from the center. | |
DiagonalLeft | Specifies a gradient from top left to bottom right. | |
DiagonalRight | Specifies a gradient from top right to bottom left. | |
HorizontalCenter | Specifies a gradient from center to left and right. | |
VerticalCenter | Specifies a gradient from center to top and bottom. |