Gets or sets the size of the font used to render text in a cell.

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

C#
public Nullable<double> FontSize { get; set; }
Visual Basic
Public Property FontSize As Nullable(Of Double)
	Get
	Set

See Also