Compartir a través de


Enumeración GaugeBackgroundGradients

Specifies the type of background gradient to for a ScaleRange.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Enumeration GaugeBackgroundGradients
'Uso
Dim instance As GaugeBackgroundGradients
public enum GaugeBackgroundGradients
public enum class GaugeBackgroundGradients
type GaugeBackgroundGradients
public enum GaugeBackgroundGradients

Miembros

Nombre del miembro Descripción
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.
LeftRight Specifies a gradient from left to right.
None Specifies that the gradient is disabled.
StartToEnd Specifies a gradient from the start of the range to the end of the range.
TopBottom Specifies a gradient from top to bottom.
VerticalCenter Specifies a gradient from center to top and bottom.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel