Click or drag to resize
GridControlGetFontHeight Method
Returns the height of the standard-style font in pixels.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public virtual int GetFontHeight()

Return Value

Type: Int32
The height of the standard-style font in pixels.
Remarks
This height is used to convert height-values between logical and pixel values.
See Also