Style.VerticalAlign Propiedad

Definición

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

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

Valor de propiedad

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

Se aplica a