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

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

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

See Also