TickLabels.Alignment Property
Returns or sets a Long value that represents the alignment for the specified phonetic text or tick label.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Alignment As Integer
Get
Set
'Usage
Dim instance As TickLabels
Dim value As Integer
value = instance.Alignment
instance.Alignment = value
int Alignment { get; set; }
Property Value
Type: System.Int32