Search
Painter.FillHeaderBackground Method (Rectangle, Style, Brush)
See Also
 






Fills the specified rectangle using the Style.HeaderBrush from the specified style.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void FillHeaderBackground (
    Rectangle rc,
    Style style,
    Brush fillBrush
)

Visual Basic  Copy Code

Public Sub FillHeaderBackground( _
    rc As Rectangle, _
    style As Style, _
    fillBrush As Brush _
)

 Parameters

rc

style

fillBrush

 See Also