DataLabel.VerticalAlignment Property
Returns or sets a Variant value that represents the vertical alignment of the specified object.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property VerticalAlignment As Object
Get
Set
'Usage
Dim instance As DataLabel
Dim value As Object
value = instance.VerticalAlignment
instance.VerticalAlignment = value
Object VerticalAlignment { get; set; }
Property Value
Type: System.Object
Remarks
The value of this property can be set to one of the following [XlConstants#SameCHM] constants:
xlBottom |
xlCenter |
xlDistributed |
xlJustify |
xlTop |