Xamarin.iOS Documentation | ComponentOne
C1.iOS.Gauge Assembly / C1.iOS.Gauge Namespace / C1Gauge Class / GetDescriptor Method


In This Topic
    GetDescriptor Method
    In This Topic
    Get UI font descriptor.
    Syntax
    'Declaration
     
    
    Public Shared Function GetDescriptor( _
       ByVal attributes As Foundation.NSMutableDictionary _
    ) As UIKit.UIFontDescriptor
    'Usage
     
    
    Dim attributes As Foundation.NSMutableDictionary
    Dim value As UIKit.UIFontDescriptor
     
    value = C1Gauge.GetDescriptor(attributes)
    public static UIKit.UIFontDescriptor GetDescriptor( 
       Foundation.NSMutableDictionary attributes
    )

    Parameters

    attributes
    See Also