ShadowIntensity プロパティ

ゲージ パネルの影の強さ。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property ShadowIntensity As ReportDoubleProperty
    Get
'使用
Dim instance As GaugePanel
Dim value As ReportDoubleProperty

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