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


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