Renders a header frame around the specified rectangle.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public void DrawHeaderBorder ( |
Visual Basic
Copy Code
|
|---|
Public Sub DrawHeaderBorder( _ |
RemarksThis method renders a border around the specified rectangle using the settings from the underlying style, such as HeaderBorderLeftColor, HeaderBorderLeftWidth, and so on. Since the style is based on the current theme, the rendered frame is guaranteed to be theme independent, that is, the color and thickness of the frame, unless overriden, are the same as those specified in the current theme. If the theme is changed, the color and thickness are updated accordingly.
See Also