ShadowIntensity-Eigenschaft
Gets or sets the intensity of the the shadows throughout the map.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ShadowIntensity As ReportExpression(Of Double)
Get
Set
'Usage
Dim instance As Map
Dim value As ReportExpression(Of Double)
value = instance.ShadowIntensity
instance.ShadowIntensity = value
public ReportExpression<double> ShadowIntensity { get; set; }
public:
property ReportExpression<double> ShadowIntensity {
ReportExpression<double> get ();
void set (ReportExpression<double> value);
}
member ShadowIntensity : ReportExpression<float> with get, set
function get ShadowIntensity () : ReportExpression<double>
function set ShadowIntensity (value : ReportExpression<double>)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'Double> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.