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


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