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


In This Topic
VerticalAnchor Property
In This Topic
Returns or sets the vertical anchor type for the specified text.
Syntax
'Declaration
 
Property VerticalAnchor As VerticalAnchor
 
'Usage
 
Dim instance As ITextFrame
Dim value As VerticalAnchor
 
instance.VerticalAnchor = value
 
value = instance.VerticalAnchor
See Also