다음을 통해 공유


GaugePanel.ShadowIntensity 속성

Gets or sets the 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>)

속성 값

유형: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.

참고 항목

참조

GaugePanel 클래스

Microsoft.ReportingServices.RdlObjectModel 네임스페이스