FontItalic Property (DDCell)
In This Topic
Gets or sets the italic property of the font of the text displayed in the cell.
Syntax
'Declaration
Public Property FontItalic As Boolean
public bool FontItalic {get; set;}
Property Value
A
System.Boolean value representing whether the font in this cell should be italic or not.
See Also