'Declaration
Property Italic As Boolean
'Usage
Dim instance As ITextFont Dim value As Boolean instance.Italic = value value = instance.Italic
bool Italic {get; set;}
Property Value
true
if the font is italic; otherwise, false
.'Declaration
Property Italic As Boolean
'Usage
Dim instance As ITextFont Dim value As Boolean instance.Italic = value value = instance.Italic
bool Italic {get; set;}
true
if the font is italic; otherwise, false
.