Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1Font Class / C1Font Constructor


In This Topic
    C1Font Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal getFontSize As Func(Of Double), _
       ByVal getFontFamily As Func(Of String), _
       ByVal getFontAttributes As Func(Of FontAttributes) _
    )
    'Usage
     
    
    Dim getFontSize As Func(Of Double)
    Dim getFontFamily As Func(Of String)
    Dim getFontAttributes As Func(Of FontAttributes)
     
    Dim instance As New C1Font(getFontSize, getFontFamily, getFontAttributes)

    Parameters

    getFontSize
    getFontFamily
    getFontAttributes
    See Also