Style.VerticalAlign 属性

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

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public Overrides ReadOnly Property VerticalAlign As ReportEnumProperty(Of VerticalAlignments)
    Get
用法
Dim instance As Style
Dim value As ReportEnumProperty(Of VerticalAlignments)

value = instance.VerticalAlign
public override ReportEnumProperty<VerticalAlignments> VerticalAlign { get; }
public:
virtual property ReportEnumProperty<VerticalAlignments>^ VerticalAlign {
    ReportEnumProperty<VerticalAlignments>^ get () override;
}
abstract VerticalAlign : ReportEnumProperty<VerticalAlignments>
override VerticalAlign : ReportEnumProperty<VerticalAlignments>
override function get VerticalAlign () : ReportEnumProperty<VerticalAlignments>