Search
Painter.DrawHeaderBorder Method
See Also
 






Draws the outline of the specified rectangle using the header border settings from the specified style.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void DrawHeaderBorder (
    Rectangle rc,
    Style style
)

Visual Basic  Copy Code

Public Sub DrawHeaderBorder( _
    rc As Rectangle, _
    style As Style _
)

 Parameters

rc

style

 See Also