Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Font Structure / VerticalAlign Property


In This Topic
VerticalAlign Property (Font)
In This Topic
Gets the vertical alignment of this Font.
Syntax
'Declaration
 
Public Property VerticalAlign As VerticalTextAlignment
 
'Usage
 
Dim instance As Font
Dim value As VerticalTextAlignment
 
instance.VerticalAlign = value
 
value = instance.VerticalAlign

Property Value

A VerticalTextAlignment value represents the vertical alignment of this Font.
See Also