'Declaration Property Bold As Boolean
'Usage Dim instance As IFont Dim value As Boolean instance.Bold = value value = instance.Bold
bool Bold {get; set;}
true
false
IFont Interface IFont Members