Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ITextFrame Interface / VerticalAlignment Property


In This Topic
VerticalAlignment Property (ITextFrame)
In This Topic
Gets or sets a VerticalAlignment value that represents the vertical alignment of the specified object.
Syntax
'Declaration
 
Property VerticalAlignment As VerticalAlignment
 
'Usage
 
Dim instance As ITextFrame
Dim value As VerticalAlignment
 
instance.VerticalAlignment = value
 
value = instance.VerticalAlignment
See Also