ComponentOne Xamarin.iOS
C1Font Constructor


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1Font Class : C1Font Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal getFont As Func(Of UIFont) _
)
'Usage
 
Dim getFont As Func(Of UIFont)
 
Dim instance As New C1Font(getFont)
public C1Font( 
   Func<UIFont> getFont
)

Parameters

getFont
See Also

Reference

C1Font Class
C1Font Members