Freigeben über


MapInstance.ShadowIntensity-Eigenschaft

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property ShadowIntensity As Double 
    Get
'Usage
Dim instance As MapInstance 
Dim value As Double 

value = instance.ShadowIntensity
public double ShadowIntensity { get; }
public:
property double ShadowIntensity {
    double get ();
}
member ShadowIntensity : float
function get ShadowIntensity () : double

Eigenschaftswert

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

Siehe auch

Verweis

MapInstance Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace