Spread Windows Forms 12.0 Product Documentation
Font Constructor(Font,VerticalTextAlignment)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Font Structure > Font Constructor : Font Constructor(Font,VerticalTextAlignment)
The existing Font from which to create the new Font.
A VerticalTextAlignment value indicates the vertical alignment of this Font.
Initializes a new instance of the Font struct that uses the specified existing Font and new font vertical alignment.
Syntax
'Declaration
 
Public Function New( _
   ByVal prototype As Font, _
   ByVal verTextAlign As VerticalTextAlignment _
)
'Usage
 
Dim prototype As Font
Dim verTextAlign As VerticalTextAlignment
 
Dim instance As New Font(prototype, verTextAlign)
public Font( 
   Font prototype,
   VerticalTextAlignment verTextAlign
)

Parameters

prototype
The existing Font from which to create the new Font.
verTextAlign
A VerticalTextAlignment value indicates the vertical alignment of this Font.
See Also

Reference

Font Structure
Font Members
Overload List