Spread Windows Forms 12.0 Product Documentation
GetRenderFont Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Core Namespace > Theme Class : GetRenderFont Method
object indicates the font
Gets display font of special font
Syntax
'Declaration
 
Public Sub GetRenderFont( _
   ByRef font As Font _
) 
'Usage
 
Dim instance As Theme
Dim font As Font
 
instance.GetRenderFont(font)
public void GetRenderFont( 
   ref Font font
)

Parameters

font
object indicates the font

Return Value

value represents the display font.
See Also

Reference

Theme Class
Theme Members