共用方式為


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>

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<VerticalAlignments>
A ReportEnumProperty<EnumType> object that represents the vertical alignment of the text.

請參閱

參考

Style 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間