Style.VerticalAlign 属性
Vertical alignment of the text.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Property VerticalAlign As ReportExpression(Of VerticalAlignments)
Get
Set
用法
Dim instance As Style
Dim value As ReportExpression(Of VerticalAlignments)
value = instance.VerticalAlign
instance.VerticalAlign = value
public ReportExpression<VerticalAlignments> VerticalAlign { get; set; }
public:
property ReportExpression<VerticalAlignments> VerticalAlign {
ReportExpression<VerticalAlignments> get ();
void set (ReportExpression<VerticalAlignments> value);
}
member VerticalAlign : ReportExpression<VerticalAlignments> with get, set
function get VerticalAlign () : ReportExpression<VerticalAlignments>
function set VerticalAlign (value : ReportExpression<VerticalAlignments>)