GaugeLabel.TextShadowOffset 属性

Size of the text shadow.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property TextShadowOffset As ReportSizeProperty 
    Get
用法
Dim instance As GaugeLabel 
Dim value As ReportSizeProperty 

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

属性值

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

请参阅

参考

GaugeLabel 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间