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