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