ComponentOne Xamarin.Android
C1Font Constructor


C1.Android.Core Assembly > C1.Android.Core Namespace > C1Font Class : C1Font Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal getFontSize As Func(Of Single), _
   ByVal getTypeface As Func(Of Typeface) _
)
'Usage
 
Dim getFontSize As Func(Of Single)
Dim getTypeface As Func(Of Typeface)
 
Dim instance As New C1Font(getFontSize, getTypeface)

Parameters

getFontSize
getTypeface
See Also

Reference

C1Font Class
C1Font Members