Spread Windows Forms 12.0 Product Documentation
VerticalAlign Property (Font)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Font Structure : VerticalAlign Property
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
public VerticalTextAlignment VerticalAlign {get; set;}

Property Value

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

Reference

Font Structure
Font Members