Search
Painter.DrawHeaderText Method
See Also
 






Draws the specified text using the header settings from the specified style.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void DrawHeaderText (
    string text,
    Rectangle rc,
    Style style
)

Visual Basic  Copy Code

Public Sub DrawHeaderText( _
    text As String, _
    rc As Rectangle, _
    style As Style _
)

 Parameters

text

rc

style

 See Also