StyleBase.VerticalAlign Property

Definition

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

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

Property Value

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

Applies to