Propriedade VerticalAlign
Vertical alignment of the text.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public Overrides ReadOnly Property VerticalAlign As ReportEnumProperty(Of VerticalAlignments)
Get
'Uso
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>
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'VerticalAlignments> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.
Consulte também