Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / ToolbarButton Class / PressedBrush Property


In This Topic
    PressedBrush Property (ToolbarButton)
    In This Topic
    Gets or sets the pressed brush.
    Syntax
    'Declaration
     
    Public Property PressedBrush As Brush
    'Usage
     
    Dim instance As ToolbarButton
    Dim value As Brush
     
    instance.PressedBrush = value
     
    value = instance.PressedBrush
    public Brush PressedBrush {get; set;}

    Property Value

    The pressed brush.
    See Also