Search
Painter.DrawHeaderTextRotated Method
See Also
 






Draws the specified text rotated at 90 degree using the header settings from the specified style.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 Parameters

text

rc

style

 See Also