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


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