DynamicFontSize Property

Specifies the font size of text displayed in a Column object. The font size is re-evaluated at run time each time the Grid control is refreshed. Available at design time; read-write at run time.

Column.FontSize[ = "nSize"]

Property Values

  • "nSize"
    Evaluates to a font size. The default font size is 10 points.

Remarks

The maximum value for nSize is 2,048 points. There are 72 points in 1 inch.

Use this property to change the font size of a row.

See Also

DynamicAlignment Property | DynamicFontName Property | DynamicFontBold, DynamicFontItalic, DynamicFontStrikethru, DynamicFontUnderline Properties

Applies To: Column