TextShadowOffset プロパティ

テキストの影のサイズ。

名前空間:  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