Style.TextAlign Propiedad

Definición

Obtiene una expresión que se evalúa como la alineación horizontal del texto.

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

Valor de propiedad

Un objeto ReportEnumProperty<EnumType> que representa la alineación horizontal del texto.

Se aplica a