次の方法で共有


GaugePanel.ShadowIntensity プロパティ

ゲージ パネル全体の影の濃度を取得または設定します。

名前空間:  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>
ReportExpression<T> オブジェクト。

関連項目

参照

GaugePanel クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間