Spread Windows Forms 12.0 Product Documentation
GetFont Method (ElementControl)


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementControl Class : GetFont Method
Gets the current font or the default font if no font is specified.
Syntax
'Declaration
 
Public Overridable Function GetFont() As Font
'Usage
 
Dim instance As ElementControl
Dim value As Font
 
value = instance.GetFont()
public virtual Font GetFont()

Return Value

Font object containing the font
See Also

Reference

ElementControl Class
ElementControl Members
Font Property