'Declaration
Property Bold As System.Boolean
'Usage
Dim instance As IFont Dim value As System.Boolean instance.Bold = value value = instance.Bold
System.bool Bold {get; set;}
read-write property Bold: System.Boolean;
function get,set Bold : System.boolean