Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1Font Class / FontSize Property


In This Topic
    FontSize Property (C1Font)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FontSize As Double
    'Usage
     
    
    Dim instance As C1Font
    Dim value As Double
     
    value = instance.FontSize
    public double FontSize {get;}
    See Also