Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / CanvasContainerBase Class / GetFont Method


In This Topic
    GetFont Method (CanvasContainerBase)
    In This Topic
    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 CanvasContainerBase
    Dim value As Font
     
    value = instance.GetFont()
    public virtual Font GetFont()
    See Also