Objective Grid for Microsoft® .NET® Reference Guide

GridControl.GetFontWidth Method 

Back to Class Index

Returns the average width of the standard-style font in pixels.     

[Visual Basic]
Overridable Public Function GetFontWidth() As Integer
[C#]
public virtual int GetFontWidth();

Return Value

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

GridControl Class | GridControl Members | Stingray.Grid Namespace