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


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