다음을 통해 공유


ShadowIntensity 속성

Intensity of shadows throughout the gauge panel.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property ShadowIntensity As ReportExpression(Of Double)
    Get
    Set
‘사용 방법
Dim instance As GaugePanel
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>)