共用方式為


TextShadowOffset 屬性

Gets or sets the size of the text shadow of the map title.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property TextShadowOffset As ReportExpression(Of ReportSize)
    Get
    Set
'用途
Dim instance As MapTitle
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>)