Condividi tramite


Proprietà GaugePanelInstance.ShadowIntensity

Gets the calculated value of the ShadowIntensity property in a GaugePanel class.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ShadowIntensity As Double 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Double
A double value that represents the calculated value of the ShadowIntensity property.

Vedere anche

Riferimento

GaugePanelInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering