Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / ToolbarDropDown Class / HeaderFontWeight Property


In This Topic
    HeaderFontWeight Property
    In This Topic
    Syntax
    'Declaration
     
    Public Property HeaderFontWeight As FontWeight
    'Usage
     
    Dim instance As ToolbarDropDown
    Dim value As FontWeight
     
    instance.HeaderFontWeight = value
     
    value = instance.HeaderFontWeight
    public FontWeight HeaderFontWeight {get; set;}
    See Also