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> 对象。

适用于