FontSize Property
FontSize
Gets or sets the font size used to render text in this row/column.
Declaration
[TypeConverter(typeof(NullableObjectConverter<double>))]
public double? FontSize { get; set; }
<TypeConverter(GetType(NullableObjectConverter(Of Double)))>
Public Property FontSize As Double?