Share via


StyleBaseInstance.TextDecoration 属性

定义

获取 TextDecoration 类中 StyleBase 属性的计算值。

public:
 abstract property Microsoft::ReportingServices::OnDemandReportRendering::TextDecorations TextDecoration { Microsoft::ReportingServices::OnDemandReportRendering::TextDecorations get(); void set(Microsoft::ReportingServices::OnDemandReportRendering::TextDecorations value); };
public abstract Microsoft.ReportingServices.OnDemandReportRendering.TextDecorations TextDecoration { get; set; }
member this.TextDecoration : Microsoft.ReportingServices.OnDemandReportRendering.TextDecorations with get, set
Public MustOverride Property TextDecoration As TextDecorations

属性值

一个 TextDecorations 值,该值表示 TextDecoration 属性的计算值。

适用于