Click or drag to resize
GridControlGetFontWidth Method
Returns the average width 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 GetFontWidth()

Return Value

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