C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.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
See Also