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


In This Topic
    IsItalic Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsItalic As Nullable(Of Boolean)
    'Usage
     
    
    Dim instance As C1Font
    Dim value As Nullable(Of Boolean)
     
    value = instance.IsItalic
    public Nullable<bool> IsItalic {get;}
    See Also