次の方法で共有


StyleBase.VerticalAlign プロパティ

定義

文字列の配置 (縦方向) の配置に評価される式を取得します。

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)

プロパティ値

文字列の縦方向の配置を表す ReportEnumProperty<EnumType> オブジェクト。

適用対象