Click or drag to resize
OGFontItalic Property
Gets a value that indicates if this font is italicized.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public bool Italic { get; }

Property Value

Type: Boolean
true if the this font is italicized; false otherwise.
See Also