In This Topic
Gets a value indicating whether this
Font is italic.
Syntax
'Declaration
Public Property Italic As Boolean
'Usage
Dim instance As Font
Dim value As Boolean
instance.Italic = value
value = instance.Italic
public bool Italic {get; set;}
Property Value
true
if this
Font is italic; otherwise,
false
.
See Also