GaugePanel.ShadowIntensity Property
Intensity of shadows throughout the gauge panel.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ShadowIntensity As ReportDoubleProperty
Get
'Usage
Dim instance As GaugePanel
Dim value As ReportDoubleProperty
value = instance.ShadowIntensity
public ReportDoubleProperty ShadowIntensity { get; }
public:
property ReportDoubleProperty^ ShadowIntensity {
ReportDoubleProperty^ get ();
}
member ShadowIntensity : ReportDoubleProperty
function get ShadowIntensity () : ReportDoubleProperty
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.