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> 개체입니다.

적용 대상