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

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

Syntax

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

See Also