Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1Font Class / GetUIFont Method


In This Topic
    GetUIFont Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetUIFont() As UIKit.UIFont
    'Usage
     
    
    Dim instance As C1Font
    Dim value As UIKit.UIFont
     
    value = instance.GetUIFont()
    public UIKit.UIFont GetUIFont()
    See Also