ComponentOne Xamarin.iOS
IsBold Property


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1Font Class : IsBold Property
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

Reference

C1Font Class
C1Font Members