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

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

Property Value

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