StyleBase.TextAlign Property

Definition

Gets an expression that evaluates to the horizontal alignment of the text.

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

Property Value

A ReportEnumProperty<EnumType> object that represents the horizontal alignment of the text.

Applies to