Style.VerticalAlign プロパティ

定義

テキストの縦方向の配置を取得または設定します。

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::VerticalAlignments> VerticalAlign { Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::VerticalAlignments> get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::VerticalAlignments> value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.VerticalAlignments> VerticalAlign { get; set; }
member this.VerticalAlign : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.VerticalAlignments> with get, set
Public Property VerticalAlign As ReportExpression(Of VerticalAlignments)

プロパティ値

ReportExpression<T> オブジェクト。

適用対象