Share via


StyleBase.TextEffect 属性

定义

获取一个表达式,该表达式的计算结果为要应用于文本的效果。

public:
 abstract property Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::TextEffects> ^ TextEffect { Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::TextEffects> ^ get(); };
public abstract Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.TextEffects> TextEffect { get; }
member this.TextEffect : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.TextEffects>
Public MustOverride ReadOnly Property TextEffect As ReportEnumProperty(Of TextEffects)

属性值

一个表示要应用于文本的效果的 ReportEnumProperty<EnumType> 对象。

适用于