ShadowIntensity Propiedad
Gets the calculated value of the ShadowIntensity property in a GaugePanel class.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property ShadowIntensity As Double
Get
'Uso
Dim instance As GaugePanelInstance
Dim value As Double
value = instance.ShadowIntensity
public double ShadowIntensity { get; }
public:
property double ShadowIntensity {
double get ();
}
member ShadowIntensity : float
function get ShadowIntensity () : double
Valor de la propiedad
Tipo: System. . :: . .Double
A double value that represents the calculated value of the ShadowIntensity property.