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#
[DefaultValueAttribute(typeof(Nullable<double>), null)]
[TypeConverterAttribute(typeof(NullableObjectConverter<double>))]
public Nullable<double> FontSize { get; set; }
Visual Basic
<DefaultValueAttribute(GetType(Nullable(Of Double)), Nothing)> _
<TypeConverterAttribute(GetType(NullableObjectConverter(Of Double)))> _
Public Property FontSize As Nullable(Of Double)
	Get
	Set

See Also