次の方法で共有


GaugeLabel.TextShadowOffset プロパティ

テキストの影のサイズ。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property TextShadowOffset As ReportExpression(Of ReportSize)
    Get 
    Set
'使用
Dim instance As GaugeLabel 
Dim value As ReportExpression(Of ReportSize)

value = instance.TextShadowOffset

instance.TextShadowOffset = value
public ReportExpression<ReportSize> TextShadowOffset { get; set; }
public:
property ReportExpression<ReportSize> TextShadowOffset {
    ReportExpression<ReportSize> get ();
    void set (ReportExpression<ReportSize> value);
}
member TextShadowOffset : ReportExpression<ReportSize> with get, set
function get TextShadowOffset () : ReportExpression<ReportSize>
function set TextShadowOffset (value : ReportExpression<ReportSize>)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportSize>
ReportExpression<T> オブジェクト。

関連項目

参照

GaugeLabel クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間