FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / RowCol Class / FontWeight Property

In This Topic
    FontWeight Property (RowCol)
    In This Topic
    Gets or sets the FontWeight used to render text in this row/column.
    Syntax
    'Declaration
     
    
    <TypeConverterAttribute(C1.WPF.FlexGrid.NullableObjectConverter`1)> 
    <DefaultValueAttribute("")> 
    Public Property FontWeight As Nullable(Of FontWeight)
    [TypeConverter(C1.WPF.FlexGrid.NullableObjectConverter`1)] 
    [DefaultValue("")] 
    public Nullable<FontWeight> FontWeight {get; set;}
    See Also