GaugePanel.ShadowIntensity 属性

Intensity of shadows throughout the gauge panel.

命名空间:  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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.

请参阅

参考

GaugePanel 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间