RenderBaseDrawTabBorder Method |
Draw border on the inside edge of the specified rectangle.
Namespace:
Internal.ComponentFactory.Krypton.Toolkit
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public abstract void DrawTabBorder(
RenderContext context,
Rectangle rect,
IPaletteBorder palette,
VisualOrientation orientation,
PaletteState state,
TabBorderStyle tabBorderStyle
)
Parameters
- context
- Type: Internal.ComponentFactory.Krypton.ToolkitRenderContext
Rendering context. - rect
- Type: System.DrawingRectangle
Target rectangle. - palette
- Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteBorder
Palette used for drawing. - orientation
- Type: Internal.ComponentFactory.Krypton.ToolkitVisualOrientation
Visual orientation of the border. - state
- Type: Internal.ComponentFactory.Krypton.ToolkitPaletteState
State associated with rendering. - tabBorderStyle
- Type: Internal.ComponentFactory.Krypton.ToolkitTabBorderStyle
Style of tab border.
Implements
IRenderTabBorderDrawTabBorder(RenderContext, Rectangle, IPaletteBorder, VisualOrientation, PaletteState, TabBorderStyle)See Also