Gets or sets the font size used to render text in this row/column.

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